Fix not being able to change theme

master
Lorem 5 years ago
parent 24d2a2d821
commit e1706f4df5
  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