mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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
|
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