mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-04 00:36:36 +00:00
Fix dialog box styles
This commit is contained in:
parent
4471a858db
commit
1a45b8f07a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user