feat: impl setup restoration
This commit is contained in:
@@ -26,7 +26,7 @@ macro_rules! define_font_icons {
|
||||
};
|
||||
}
|
||||
|
||||
define_font_icons!(Check, ChevronDown, FolderGit, Github);
|
||||
define_font_icons!(Check, ChevronDown, FolderGit, Github, ArrowRight);
|
||||
|
||||
pub fn font_icon<T>(icon: FontIcon, cx: &gpui::Context<T>) -> gpui::Svg {
|
||||
let theme = cx.global::<app::Global>().current_theme;
|
||||
|
||||
Reference in New Issue
Block a user