mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
config(qt): Write the UiGeneral category
This commit is contained in:
parent
9de005a50f
commit
c2d170a7a6
1 changed files with 1 additions and 0 deletions
|
@ -1090,6 +1090,7 @@ void Config::SaveUIValues() {
|
|||
qt_config->beginGroup(QStringLiteral("UI"));
|
||||
|
||||
WriteCategory(Settings::Category::Ui);
|
||||
WriteCategory(Settings::Category::UiGeneral);
|
||||
|
||||
WriteSetting(QStringLiteral("theme"), UISettings::values.theme,
|
||||
QString::fromUtf8(UISettings::themes[static_cast<size_t>(default_theme)].second));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue