mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
Fix system theme detection
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user