[client] overlay/record: do not invalidate window during shutdown

This commit is contained in:
Quantum 2022-03-19 01:05:26 -04:00 committed by Geoffrey McRae
parent e053c014f7
commit f3fe774f69

View File

@ -82,5 +82,6 @@ void overlayRecord_show(bool show)
return;
recordShow = show;
if (g_state.state != APP_STATE_SHUTDOWN)
app_invalidateOverlay(true);
}