mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
@ -47,7 +47,7 @@ SystemTheme::SystemTheme()
|
|||||||
themeDebugLog() << "Determining System Theme...";
|
themeDebugLog() << "Determining System Theme...";
|
||||||
const auto& style = QApplication::style();
|
const auto& style = QApplication::style();
|
||||||
colorPalette = QApplication::palette();
|
colorPalette = QApplication::palette();
|
||||||
QString lowerThemeName = style->name();
|
QString lowerThemeName = style->objectName();
|
||||||
themeDebugLog() << "System theme seems to be:" << lowerThemeName;
|
themeDebugLog() << "System theme seems to be:" << lowerThemeName;
|
||||||
QStringList styles = QStyleFactory::keys();
|
QStringList styles = QStyleFactory::keys();
|
||||||
for (auto& st : styles) {
|
for (auto& st : styles) {
|
||||||
|
Reference in New Issue
Block a user