mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Settings/GeneralPane: Make message boxes modal
This commit is contained in:
parent
2a3c075330
commit
0c886b5e3c
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue