mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
overlays: localize RPCS3 progress dialog
This commit is contained in:
parent
070add461f
commit
7866dc2e34
8 changed files with 100 additions and 53 deletions
|
|
@ -568,7 +568,7 @@ void gs_frame::hide_on_close()
|
|||
m_gui_settings->SetValue(gui::gs_visibility, current_visibility == Visibility::Hidden ? Visibility::AutomaticVisibility : current_visibility, false);
|
||||
m_gui_settings->SetValue(gui::gs_geometry, geometry(), true);
|
||||
|
||||
if (!g_progr.load())
|
||||
if (!g_progr_text.load())
|
||||
{
|
||||
// Hide the dialog before stopping if no progress bar is being shown.
|
||||
// Otherwise users might think that the game softlocked if stopping takes too long.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue