snipped unused code for showing the version number in the main menu

This commit is contained in:
ameworm 2026-02-11 14:17:31 -03:00
parent c89e972253
commit 061bd6fb92
2 changed files with 1 additions and 13 deletions

View file

@ -429,19 +429,7 @@ screen main_menu():
## The use statement includes another screen inside this one. The actual
## contents of the main menu are in the navigation screen.
use navigation
if gui.show_name:
vbox:
style "main_menu_vbox"
text "[config.name!t]":
style "main_menu_title"
text "[config.version]":
style "main_menu_version"
style main_menu_frame is empty
style main_menu_vbox is vbox
style main_menu_text is gui_text