mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix: qt 5
This commit is contained in:
parent
c5a800280f
commit
701d60b2fe
|
@ -225,7 +225,7 @@ bool Theme::isLightTheme() const
|
||||||
|
|
||||||
bool Theme::isSystemTheme() const
|
bool Theme::isSystemTheme() const
|
||||||
{
|
{
|
||||||
return this->themeName == u"System";
|
return this->themeName == u"System"_s;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Theme::initialize(Settings &settings, const Paths &paths)
|
void Theme::initialize(Settings &settings, const Paths &paths)
|
||||||
|
|
Loading…
Reference in a new issue