[client] overlay: add record indicator

This commit is contained in:
Quantum
2022-03-19 01:02:04 -04:00
committed by Geoffrey McRae
parent 97cef000fd
commit 1685249f3a
6 changed files with 98 additions and 0 deletions

View File

@@ -1647,6 +1647,7 @@ int main(int argc, char * argv[])
app_registerOverlay(&LGOverlayGraphs, NULL);
app_registerOverlay(&LGOverlayHelp , NULL);
app_registerOverlay(&LGOverlayMsg , NULL);
app_registerOverlay(&LGOverlayRecord, NULL);
// early renderer setup for option registration