Start cborn branch - disable annoying startup warning

This commit is contained in:
David Varley
2020-09-10 00:16:03 +10:00
parent d5d8181332
commit 45fb97f410

View File

@@ -206,7 +206,7 @@ int main(int argc, char **argv)
my_ma->send_info_to_debug();
delete my_ma;
}
#if 0 // So Annoying! (Perhaps make it once only, or once a day/week?
if(! QET::FileFormatStable){
QMessageBox::StandardButton btn = QMessageBox::critical(
nullptr,
@@ -233,6 +233,7 @@ int main(int argc, char **argv)
if (!(btn == QMessageBox::Yes))
return 1;
}
#endif
return app.exec();
}