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:
Stenzek
2025-11-28 16:52:39 +10:00
parent 9fb1172a8b
commit 58cb4f2e37

View File

@@ -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()