diff --git a/src/main.cpp b/src/main.cpp index 565070e..af7b16b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3202,6 +3202,9 @@ int main(int argc, char* argv[]) { #ifdef _WIN32 SetUnhandledExceptionFilter(crashHandler); #endif +#ifdef Q_OS_MACOS + QCoreApplication::setAttribute(Qt::AA_DontUseNativeDialogs); +#endif DarkApp app(argc, argv); app.setApplicationName("Reclass");