N00byKing
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/configuration/config.cpp
|
|
|
@ -108,7 +108,7 @@ void Config::ReadValues() { |
|
|
|
|
|
|
|
qt_config->beginGroup("UI"); |
|
|
|
UISettings::values.theme = qt_config->value("theme", UISettings::themes[0].second).toString(); |
|
|
|
|
|
|
|
|
|
|
|
qt_config->beginGroup("UILayout"); |
|
|
|
UISettings::values.geometry = qt_config->value("geometry").toByteArray(); |
|
|
|
UISettings::values.state = qt_config->value("state").toByteArray(); |
|
|
|
|