CitraQt: Apply config at startup

This commit is contained in:
Jannik Vogel 2016-04-11 14:38:42 +02:00
parent ad664b4a01
commit f2c8619704
6 changed files with 19 additions and 12 deletions

View file

@ -189,6 +189,7 @@ void Config::SaveValues() {
void Config::Reload() {
ReadValues();
Settings::Apply();
}
void Config::Save() {