Merge pull request #220 from not-chicken/theme

Fix not being able to change theme
pull/227/head v0.7.2
DeepBlueV7.X 5 years ago committed by GitHub
commit 887ad25ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/UserSettingsPage.cpp

@ -271,7 +271,7 @@ UserSettings::setPresence(Presence state)
void void
UserSettings::setTheme(QString theme) UserSettings::setTheme(QString theme)
{ {
if (theme == theme) if (theme == theme_)
return; return;
theme_ = theme; theme_ = theme;
save(); save();

Loading…
Cancel
Save