mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
Fix file opening on macOS
This commit is contained in:
@@ -3202,6 +3202,9 @@ int main(int argc, char* argv[]) {
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
SetUnhandledExceptionFilter(crashHandler);
|
SetUnhandledExceptionFilter(crashHandler);
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef Q_OS_MACOS
|
||||||
|
QCoreApplication::setAttribute(Qt::AA_DontUseNativeDialogs);
|
||||||
|
#endif
|
||||||
|
|
||||||
DarkApp app(argc, argv);
|
DarkApp app(argc, argv);
|
||||||
app.setApplicationName("Reclass");
|
app.setApplicationName("Reclass");
|
||||||
|
|||||||
Reference in New Issue
Block a user