mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
FullscreenUI: Update loading/notification run idle on shutdown
Stops us from ending up in a state where we're always running idle when paused, because a previous notification was blown away by shutdown.
This commit is contained in:
@@ -439,6 +439,9 @@ void FullscreenUI::ShutdownWidgets(bool clear_state)
|
||||
s_state.choice_dialog.ClearState();
|
||||
s_state.file_selector_dialog.ClearState();
|
||||
}
|
||||
|
||||
UpdateLoadingScreenRunIdle();
|
||||
UpdateNotificationsRunIdle();
|
||||
}
|
||||
|
||||
void FullscreenUI::UpdateWidgetsSettings()
|
||||
|
||||
Reference in New Issue
Block a user