mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
settings: Add UiGeneral class
This commit is contained in:
parent
e26dff434f
commit
793d6c2a85
4 changed files with 16 additions and 7 deletions
|
@ -717,6 +717,7 @@ void Config::ReadUIValues() {
|
|||
ReadMultiplayerValues();
|
||||
|
||||
ReadCategory(Settings::Category::Ui);
|
||||
ReadCategory(Settings::Category::UiGeneral);
|
||||
|
||||
qt_config->endGroup();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue