Remove Time display in menu bar

This commit is contained in:
2025-10-15 21:35:50 +02:00
parent 8f034d6309
commit 7f0e49d3af
4 changed files with 0 additions and 143 deletions

View File

@@ -18,7 +18,6 @@ package server
type PageData struct {
Title string
MenuGroups []MenuGroup
ShowClock bool
}
// MenuGroup represents a dropdown menu in the navbar.
@@ -37,7 +36,6 @@ type MenuItem struct {
// DefaultMenuBar returns the standard menu configuration.
func DefaultMenuBar() PageData {
return PageData{
ShowClock: true,
MenuGroups: []MenuGroup{
{
Label: "Game",