mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 20:27:53 +00:00
[client] overlay/record: do not invalidate window during shutdown
This commit is contained in:
parent
e053c014f7
commit
f3fe774f69
1 changed files with 2 additions and 1 deletions
|
@ -82,5 +82,6 @@ void overlayRecord_show(bool show)
|
|||
return;
|
||||
|
||||
recordShow = show;
|
||||
app_invalidateOverlay(true);
|
||||
if (g_state.state != APP_STATE_SHUTDOWN)
|
||||
app_invalidateOverlay(true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue