theme: Fix icon theme switching changing the theme (#24849)
Closes #24846 Release Notes: - Fixed an issue where changing the icon theme would change the theme.
This commit is contained in:
parent
3b91de8003
commit
79ee01eb14
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ impl ThemeSettingsContent {
|
||||||
|
|
||||||
*icon_theme_to_update = icon_theme_name.to_string();
|
*icon_theme_to_update = icon_theme_name.to_string();
|
||||||
} else {
|
} else {
|
||||||
self.theme = Some(ThemeSelection::Static(icon_theme_name.to_string()));
|
self.icon_theme = Some(IconThemeSelection::Static(icon_theme_name.to_string()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue