mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
This removes both the double load that happens on startup and also makes it possible to get the UI to create a new game if the existing default.liberation is not compatible.
11 lines
181 B
CSS
11 lines
181 B
CSS
/*
|
|
windows basis styles
|
|
*/
|
|
|
|
/*
|
|
* Makes all message box text selectable.
|
|
* https://stackoverflow.com/a/32595502/632035
|
|
*/
|
|
QMessageBox {
|
|
messagebox-text-interaction-flags: 5;
|
|
} |