diff --git a/app/main.cpp b/app/main.cpp index cb03ef8f..59e783eb 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -311,6 +311,10 @@ int main(int argc, char *argv[]) // Register custom metatypes for use in signals qRegisterMetaType("NvApp"); + // Disable desktop settings awareness due to issues with QGnomePlatform + // breaking our dialog rendering on Linux. + QGuiApplication::setDesktopSettingsAware(false); + QGuiApplication app(argc, argv); app.setWindowIcon(QIcon(":/res/moonlight.svg"));