Fix not being able to change theme
This commit is contained in:
parent
24d2a2d821
commit
e1706f4df5
@ -271,7 +271,7 @@ UserSettings::setPresence(Presence state)
|
||||
void
|
||||
UserSettings::setTheme(QString theme)
|
||||
{
|
||||
if (theme == theme)
|
||||
if (theme == theme_)
|
||||
return;
|
||||
theme_ = theme;
|
||||
save();
|
||||
|
Loading…
Reference in New Issue
Block a user