Skip to content
Snippets Groups Projects
Commit 55c0b55d authored by lat9nq's avatar lat9nq
Browse files

config(qt): Write the UiGeneral category

parent d90c6225
No related branches found
No related tags found
No related merge requests found
...@@ -1090,6 +1090,7 @@ void Config::SaveUIValues() { ...@@ -1090,6 +1090,7 @@ void Config::SaveUIValues() {
qt_config->beginGroup(QStringLiteral("UI")); qt_config->beginGroup(QStringLiteral("UI"));
WriteCategory(Settings::Category::Ui); WriteCategory(Settings::Category::Ui);
WriteCategory(Settings::Category::UiGeneral);
WriteSetting(QStringLiteral("theme"), UISettings::values.theme, WriteSetting(QStringLiteral("theme"), UISettings::values.theme,
QString::fromUtf8(UISettings::themes[static_cast<size_t>(default_theme)].second)); QString::fromUtf8(UISettings::themes[static_cast<size_t>(default_theme)].second));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment