Merge pull request #220 from not-chicken/theme
Fix not being able to change theme
This commit is contained in:
commit
887ad25ab7
@ -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…
Reference in New Issue
Block a user