Option to hide version string

This commit is contained in:
Dusan
2025-06-10 06:12:48 +02:00
parent a8b8292318
commit 3504180e95
3 changed files with 10 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ error_bg: u32 = 0x00000000,
error_fg: u32 = 0x01FF0000,
fg: u32 = 0x00FFFFFF,
hide_borders: bool = false,
hide_version_string: bool = false,
hide_key_hints: bool = false,
initial_info_text: ?[]const u8 = null,
input_len: u8 = 34,