mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
fix: do not apply system theme on launch
Closes PrismLauncher/PrismLauncher#490 Regression introduced by PrismLauncher/PrismLauncher#249 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@ -40,7 +40,7 @@ class SystemTheme : public ITheme {
|
||||
public:
|
||||
SystemTheme();
|
||||
virtual ~SystemTheme() {}
|
||||
void apply() override;
|
||||
void apply(bool initial) override;
|
||||
|
||||
QString id() override;
|
||||
QString name() override;
|
||||
|
Reference in New Issue
Block a user