Allow en.ini load and add config to hide f1 commands (#281)

This commit is contained in:
Raen
2022-04-23 13:17:56 -04:00
committed by GitHub
parent 2ca457aada
commit 9fd7779972
4 changed files with 9 additions and 6 deletions

View File

@@ -71,6 +71,7 @@ struct config
uint8_t default_input;
uint8_t fg;
bool hide_borders;
bool hide_f1_commands;
uint8_t input_len;
char* lang;
bool load;