mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix not being able to change theme
This commit is contained in:
parent
24d2a2d821
commit
e1706f4df5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue