diff --git a/Source/Core/DolphinQt/Settings/GeneralPane.cpp b/Source/Core/DolphinQt/Settings/GeneralPane.cpp index 78ec034fb3..f2af4c84c5 100644 --- a/Source/Core/DolphinQt/Settings/GeneralPane.cpp +++ b/Source/Core/DolphinQt/Settings/GeneralPane.cpp @@ -324,6 +324,7 @@ void GeneralPane::GenerateNewIdentity() DolphinAnalytics::Instance()->ReloadConfig(); QMessageBox message_box(this); message_box.setIcon(QMessageBox::Information); + message_box.setWindowModality(Qt::WindowModal); message_box.setWindowTitle(tr("Identity Generation")); message_box.setText(tr("New identity generated.")); message_box.exec();