mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix dialog box styles
This commit is contained in:
+1
-1
@@ -349,7 +349,7 @@ int main(int argc, char *argv[])
|
|||||||
qputenv("QT_QUICK_CONTROLS_UNIVERSAL_THEME", "Dark");
|
qputenv("QT_QUICK_CONTROLS_UNIVERSAL_THEME", "Dark");
|
||||||
}
|
}
|
||||||
if (!qEnvironmentVariableIsSet("QT_QUICK_CONTROLS_1_STYLE")) {
|
if (!qEnvironmentVariableIsSet("QT_QUICK_CONTROLS_1_STYLE")) {
|
||||||
qputenv("QT_QUICK_CONTROLS_1_STYLE", "Flat");
|
qputenv("QT_QUICK_CONTROLS_1_STYLE", "Base");
|
||||||
}
|
}
|
||||||
|
|
||||||
QQmlApplicationEngine engine;
|
QQmlApplicationEngine engine;
|
||||||
|
|||||||
Reference in New Issue
Block a user