diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-03 00:48:13 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-03 00:48:13 +0300 |
commit | 9ca74cd0095a7e2be40e72e36f5b51dd80f198bb (patch) | |
tree | 94b60ed6add4f449bb9d875e556ba82e307b70c0 /launcher/ui | |
parent | 51c39ec681ab534c7b3e544d12b70416037e9129 (diff) | |
parent | 1840505a0f887ebfc2c719113873ea3345b133fb (diff) | |
download | PrismLauncher-9ca74cd0095a7e2be40e72e36f5b51dd80f198bb.tar.gz PrismLauncher-9ca74cd0095a7e2be40e72e36f5b51dd80f198bb.tar.bz2 PrismLauncher-9ca74cd0095a7e2be40e72e36f5b51dd80f198bb.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui')
-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(); |