Skip to content

Commit

Permalink
Merge pull request #1086 from TayouVR/fix-qt6_5-brown-system-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex committed Jun 2, 2023
2 parents 954d4d7 + 3c93753 commit 0ece0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/ui/themes/SystemTheme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0ece0b5

Please sign in to comment.