aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/themes/SystemTheme.cpp
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-03 00:44:53 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-03 00:44:53 +0300
commitd50bd096a49362346ff51669d0ab23261e7391b0 (patch)
tree9e84cac1dda89eda430ae251cfd32337d13d51d5 /launcher/ui/themes/SystemTheme.cpp
parent17691ab5154ecadf661f1035cfc87b4e4c5e236f (diff)
parent1840505a0f887ebfc2c719113873ea3345b133fb (diff)
downloadPrismLauncher-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.cpp2
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();