Browse Source

Fix profile reloading during switch

That'll get rid of the encryption warnings message boxes and per-user settings not reloading when switching between profiles
pull/1531/head
tux3 10 years ago
parent
commit
3bf338e9ff
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 1
      src/misc/settings.cpp

1
src/misc/settings.cpp

@ -66,6 +66,7 @@ void Settings::switchProfile(const QString& profile) @@ -66,6 +66,7 @@ void Settings::switchProfile(const QString& profile)
// If this instance is not main instance previous save did not happen therefore
// we manually set profile again and load profile settings
setCurrentProfile(profile);
loaded = false;
load();
}

Loading…
Cancel
Save