Fix system theme detection

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2024-08-24 22:50:51 +01:00
parent fac28a81ae
commit cbdacf81ee
4 changed files with 16 additions and 13 deletions

View File

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