mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
cellMsgDialog: only abort dialogs that were actually spawned by cellMsgDialog
This commit is contained in:
parent
d88b7f6fde
commit
c89e30b3d9
11 changed files with 72 additions and 29 deletions
|
|
@ -130,7 +130,7 @@ void progress_dialog_server::operator()()
|
|||
type.progress_bar_count = 1;
|
||||
|
||||
native_dlg = manager->create<rsx::overlays::progress_dialog>(true);
|
||||
native_dlg->show(false, text0, type, nullptr);
|
||||
native_dlg->show(false, text0, type, msg_dialog_source::sys_progress, nullptr);
|
||||
native_dlg->progress_bar_set_message(0, "Please wait");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue