mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
Merge pull request #3194
9b18344d
main: don't override user-provided QT_QPA_PLATFORM env variable (xiphon)
This commit is contained in:
commit
7f164e739a
@ -177,8 +177,8 @@ int main(int argc, char *argv[])
|
||||
// disable "QApplication: invalid style override passed" warning
|
||||
if (isDesktop) qputenv("QT_STYLE_OVERRIDE", "fusion");
|
||||
#ifdef Q_OS_LINUX
|
||||
// force platform xcb
|
||||
if (isDesktop) qputenv("QT_QPA_PLATFORM", "xcb");
|
||||
// platform xcb by default
|
||||
if (isDesktop && qEnvironmentVariableIsEmpty("QT_QPA_PLATFORM")) qputenv("QT_QPA_PLATFORM", "xcb");
|
||||
#endif
|
||||
|
||||
// enable High DPI scaling
|
||||
|
Loading…
Reference in New Issue
Block a user