mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] overlay/record: do not invalidate window during shutdown
This commit is contained in:
parent
e053c014f7
commit
f3fe774f69
@ -82,5 +82,6 @@ void overlayRecord_show(bool show)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
recordShow = show;
|
recordShow = show;
|
||||||
app_invalidateOverlay(true);
|
if (g_state.state != APP_STATE_SHUTDOWN)
|
||||||
|
app_invalidateOverlay(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user