mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-14 19:38:10 +00:00
[client] imgui: make UI font and size configurable
This commit is contained in:
@@ -154,6 +154,8 @@ struct AppParams
|
||||
bool quickSplash;
|
||||
bool alwaysShowCursor;
|
||||
uint64_t helpMenuDelayUs;
|
||||
const char * uiFont;
|
||||
int uiSize;
|
||||
|
||||
unsigned int cursorPollInterval;
|
||||
unsigned int framePollInterval;
|
||||
|
Reference in New Issue
Block a user