fix(appearance): write to wrong icon theme config
This commit is contained in:
parent
cd9a3d81e6
commit
a19c9c8297
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ impl Page {
|
|||
self.icon_theme_active = Some(id);
|
||||
|
||||
if let Some(ref config) = self.tk_config {
|
||||
_ = config.set::<String>("icon-theme", theme.id);
|
||||
_ = config.set::<String>("icon_theme", theme.id);
|
||||
}
|
||||
|
||||
tokio::spawn(set_gnome_icon_theme(theme.name));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue