Merge pull request #220 from not-chicken/theme

Fix not being able to change theme
master
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
UserSettings::setTheme(QString theme)
{
if (theme == theme)
if (theme == theme_)
return;
theme_ = theme;
save();

Loading…
Cancel
Save