[client] app: add option to disable dimming in overlay mode

This commit is contained in:
Geoffrey McRae
2022-05-27 11:36:39 +10:00
parent f17dfdc9b3
commit 9ccd93bfd8
3 changed files with 30 additions and 24 deletions

View File

@@ -189,6 +189,7 @@ struct AppParams
bool showAlerts;
bool captureOnStart;
bool quickSplash;
bool overlayDim;
bool alwaysShowCursor;
uint64_t helpMenuDelayUs;
const char * uiFont;