mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 03:25:36 +00:00
Qt: Update status bar visibility on shutdown
Fixes empty widgets being displayed.
This commit is contained in:
parent
7e37849378
commit
64dfe003b2
@ -586,6 +586,7 @@ void MainWindow::onSystemDestroyed()
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateEmulationActions(false, false, s_achievements_hardcore_mode);
|
updateEmulationActions(false, false, s_achievements_hardcore_mode);
|
||||||
|
updateStatusBarWidgetVisibility();
|
||||||
if (m_display_widget)
|
if (m_display_widget)
|
||||||
updateDisplayWidgetCursor();
|
updateDisplayWidgetCursor();
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user