Fixed icons not updating at startup with native theme is system theme is
dark
This commit is contained in:
Valentino Orlandi 2024-02-05 21:01:05 +01:00
parent 7265d082b0
commit fbb3786f73
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ WindowTheme window_theme = WindowTheme::Native;
IconsTheme icons_theme = IconsTheme::Auto;
ChartsTheme charts_theme = ChartsTheme::Light;
QString icons_set = "light_native";
QString icons_set = "";
} // namespace GlobalConfigs