summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLorem <notloremipsum@protonmail.com>2020-06-14 13:56:15 +0530
committerLorem <notloremipsum@protonmail.com>2020-06-14 13:56:15 +0530
commite1706f4df5505ebe400cb389ddf6a860557e0c77 (patch)
tree8627ae18ff61213adbf93a429ddfac278af61ec8 /src
parentUpdate mtxclient version to tag (diff)
downloadnheko-e1706f4df5505ebe400cb389ddf6a860557e0c77.tar.xz
Fix not being able to change theme
Diffstat (limited to 'src')
-rw-r--r--src/UserSettingsPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp

index 88cbd1c9..05ff6d38 100644 --- a/src/UserSettingsPage.cpp +++ b/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();