mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #220 from not-chicken/theme
Fix not being able to change theme
This commit is contained in:
commit
887ad25ab7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue