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