feat!: implement Application API
This commit is contained in:
parent
e24465ba37
commit
a223b60a0c
26 changed files with 1420 additions and 138 deletions
|
|
@ -184,7 +184,7 @@ impl State {
|
|||
Message::IconTheme(key) => {
|
||||
self.icon_themes.activate(key);
|
||||
if let Some(theme) = self.icon_themes.text(key) {
|
||||
cosmic::settings::set_default_icon_theme(theme);
|
||||
cosmic::icon_theme::set_default(theme);
|
||||
}
|
||||
}
|
||||
Message::InputChanged(s) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue