aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-03 00:48:13 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-03 00:48:13 +0300
commit9ca74cd0095a7e2be40e72e36f5b51dd80f198bb (patch)
tree94b60ed6add4f449bb9d875e556ba82e307b70c0 /launcher/ui
parent51c39ec681ab534c7b3e544d12b70416037e9129 (diff)
parent1840505a0f887ebfc2c719113873ea3345b133fb (diff)
downloadPrismLauncher-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.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();