[App] Reset dialogs on refresh

This commit is contained in:
Adrian
2024-11-25 21:10:30 +00:00
committed by Radosław Gliński
parent c71649161e
commit cfd7da696f
2 changed files with 19 additions and 4 deletions

View File

@@ -249,6 +249,8 @@ class EmulatorWindow {
void AddRecentlyLaunchedTitle(std::filesystem::path path_to_file,
std::string title_name);
void ClearDialogs();
Emulator* emulator_;
ui::WindowedAppContext& app_context_;
EmulatorWindowListener window_listener_;