Skip to content

Commit

Permalink
Merge pull request #220 from not-chicken/theme
Browse files Browse the repository at this point in the history
Fix not being able to change theme
  • Loading branch information
deepbluev7 authored Jun 14, 2020
2 parents 24d2a2d + e1706f4 commit 887ad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UserSettingsPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ UserSettings::setPresence(Presence state)
void
UserSettings::setTheme(QString theme)
{
if (theme == theme)
if (theme == theme_)
return;
theme_ = theme;
save();
Expand Down

0 comments on commit 887ad25

Please sign in to comment.