Skip to content

Commit fc0bd1f

Browse files
committed
comment out Qt dialogs, in favour of native
1 parent f1208e3 commit fc0bd1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gui/main_gui.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ int main(int argc, char *argv[])
2222
QApplication app(argc, argv);
2323
QMainWindow *wndw = new QMainWindow;
2424

25+
/*
2526
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
2627
#if defined(__unix__) || defined(__linux__)
2728
app.setAttribute(Qt::AA_DontUseNativeDialogs, true);
2829
#endif
2930
#endif
31+
*/
3032

3133
mainwindow mw(wndw, &app);
3234

0 commit comments

Comments
 (0)