settings: Add UiGeneral class

This commit is contained in:
lat9nq
2023-05-09 01:35:25 -04:00
parent ea4afbfc54
commit 464aad52cd
4 changed files with 16 additions and 7 deletions

View File

@ -717,6 +717,7 @@ void Config::ReadUIValues() {
ReadMultiplayerValues();
ReadCategory(Settings::Category::Ui);
ReadCategory(Settings::Category::UiGeneral);
qt_config->endGroup();
}