mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-24 19:10:20 +00:00
Qt: Disconnect safe mode widget on recreate
This commit is contained in:
parent
7c01bde94e
commit
161637e3b7
@ -201,10 +201,9 @@ void SettingsWindow::reloadPages()
|
||||
}
|
||||
|
||||
if (isPerGameSettings())
|
||||
{
|
||||
m_game_summary->reloadGameSettings();
|
||||
SettingWidgetBinder::DisconnectWidget(m_ui.safeMode);
|
||||
}
|
||||
|
||||
SettingWidgetBinder::DisconnectWidget(m_ui.safeMode);
|
||||
|
||||
m_widget_help_text_map.clear();
|
||||
m_current_help_widget = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user