Skip to content

Commit c25ecd8

Browse files
committed
Force non-native dialogs
1 parent ed12381 commit c25ecd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gui/main_gui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ int main(int argc, char *argv[])
2121
{
2222
QApplication app(argc, argv);
2323
QMainWindow *wndw = new QMainWindow;
24+
app.setAttribute(Qt::AA_DontUseNativeDialogs, true);
2425
mainwindow mw(wndw, &app);
2526

2627
mw.show();

0 commit comments

Comments
 (0)