feat(home): add build version info to home screen
This commit is contained in:
parent
6f80e487aa
commit
c351d3fdea
2 changed files with 3 additions and 0 deletions
|
@ -213,6 +213,7 @@
|
||||||
["k", "open_keybind_config"],
|
["k", "open_keybind_config"],
|
||||||
["t", "change_theme"],
|
["t", "change_theme"],
|
||||||
["f", "change_fontface"],
|
["f", "change_fontface"],
|
||||||
|
["v", "open_version_info"],
|
||||||
["q", "quit"],
|
["q", "quit"],
|
||||||
["ctrl+f ctrl+f ctrl+f ctrl+f ctrl+f", "home_sheeran"],
|
["ctrl+f ctrl+f ctrl+f ctrl+f ctrl+f", "home_sheeran"],
|
||||||
["ctrl+j", "toggle_panel"],
|
["ctrl+j", "toggle_panel"],
|
||||||
|
|
|
@ -38,6 +38,7 @@ const menu_commands = if (build_options.gui) &[_][]const u8{
|
||||||
"toggle_input_mode",
|
"toggle_input_mode",
|
||||||
"change_theme",
|
"change_theme",
|
||||||
"change_fontface",
|
"change_fontface",
|
||||||
|
"open_version_info",
|
||||||
"quit",
|
"quit",
|
||||||
} else &[_][]const u8{
|
} else &[_][]const u8{
|
||||||
"open_help",
|
"open_help",
|
||||||
|
@ -49,6 +50,7 @@ const menu_commands = if (build_options.gui) &[_][]const u8{
|
||||||
"open_keybind_config",
|
"open_keybind_config",
|
||||||
"toggle_input_mode",
|
"toggle_input_mode",
|
||||||
"change_theme",
|
"change_theme",
|
||||||
|
"open_version_info",
|
||||||
"quit",
|
"quit",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue