Skip to content
Snippets Groups Projects
Unverified Commit b55dc9c8 authored by N00byKing's avatar N00byKing Committed by GitHub
Browse files

Remove whitespaces

parent 78e974ba
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ void Config::ReadValues() { ...@@ -108,7 +108,7 @@ void Config::ReadValues() {
qt_config->beginGroup("UI"); qt_config->beginGroup("UI");
UISettings::values.theme = qt_config->value("theme", UISettings::themes[0].second).toString(); UISettings::values.theme = qt_config->value("theme", UISettings::themes[0].second).toString();
qt_config->beginGroup("UILayout"); qt_config->beginGroup("UILayout");
UISettings::values.geometry = qt_config->value("geometry").toByteArray(); UISettings::values.geometry = qt_config->value("geometry").toByteArray();
UISettings::values.state = qt_config->value("state").toByteArray(); UISettings::values.state = qt_config->value("state").toByteArray();
......
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