Qt: Show dialog on startup for settings version mismatch
For the QMessageBox to appear, error reporting is performed again after main window creation.
This commit is contained in:
@ -55,6 +55,8 @@ int main(int argc, char* argv[])
|
||||
window->startupUpdateCheck();
|
||||
}
|
||||
|
||||
window->reportSettingsVersionMismatchString();
|
||||
|
||||
int result = app.exec();
|
||||
|
||||
window.reset();
|
||||
|
||||
Reference in New Issue
Block a user