commit
1fecd3c327
13 changed files with 115 additions and 58 deletions
|
@ -11,7 +11,7 @@ use std::sync::Arc;
|
|||
use theme::{Theme, ThemeMeta, ThemeRegistry, ThemeSettings};
|
||||
use ui::{prelude::*, v_stack, ListItem};
|
||||
use util::ResultExt;
|
||||
use workspace::{ui::HighlightedLabel, Workspace};
|
||||
use workspace::{ui::HighlightedLabel, ModalView, Workspace};
|
||||
|
||||
actions!(Toggle, Reload);
|
||||
|
||||
|
@ -52,6 +52,8 @@ pub fn reload(cx: &mut AppContext) {
|
|||
}
|
||||
}
|
||||
|
||||
impl ModalView for ThemeSelector {}
|
||||
|
||||
pub struct ThemeSelector {
|
||||
picker: View<Picker<ThemeSelectorDelegate>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue