gui/pkg/menu/messages.go

11 lines
196 B
Go
Raw Normal View History

2026-04-02 20:51:26 +00:00
// pkg/menu/messages.go
package menu
type QueryConfig struct{}
type QueryGetAppMenu struct{}
type TaskSetAppMenu struct{ Items []MenuItem }
type TaskSaveConfig struct{ Config map[string]any }