Remove Time display in menu bar
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user