fix system theme

Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
Tayou
2024-07-01 23:05:54 +02:00
parent d70be5121c
commit dbcfefca1b
4 changed files with 9 additions and 30 deletions

View File

@ -38,8 +38,7 @@
class SystemTheme : public ITheme {
public:
SystemTheme();
explicit SystemTheme(QString& themeName);
SystemTheme(QString& themeName, bool isSystemTheme = false);
virtual ~SystemTheme() {}
void apply(bool initial) override;