diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-03 00:44:53 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-03 00:44:53 +0300 |
commit | d50bd096a49362346ff51669d0ab23261e7391b0 (patch) | |
tree | 9e84cac1dda89eda430ae251cfd32337d13d51d5 /launcher/ui/themes/SystemTheme.cpp | |
parent | 17691ab5154ecadf661f1035cfc87b4e4c5e236f (diff) | |
parent | 1840505a0f887ebfc2c719113873ea3345b133fb (diff) | |
download | PrismLauncher-d50bd096a49362346ff51669d0ab23261e7391b0.tar.gz PrismLauncher-d50bd096a49362346ff51669d0ab23261e7391b0.tar.bz2 PrismLauncher-d50bd096a49362346ff51669d0ab23261e7391b0.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into logdir
Diffstat (limited to 'launcher/ui/themes/SystemTheme.cpp')
-rw-r--r-- | launcher/ui/themes/SystemTheme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/themes/SystemTheme.cpp b/launcher/ui/themes/SystemTheme.cpp index a95bc875..3a746d02 100644 --- a/launcher/ui/themes/SystemTheme.cpp +++ b/launcher/ui/themes/SystemTheme.cpp @@ -43,7 +43,7 @@ SystemTheme::SystemTheme() { themeDebugLog() << "Determining System Theme..."; const auto& style = QApplication::style(); - systemPalette = style->standardPalette(); + systemPalette = QApplication::palette(); QString lowerThemeName = style->objectName(); themeDebugLog() << "System theme seems to be:" << lowerThemeName; QStringList styles = QStyleFactory::keys(); |