aboutsummaryrefslogtreecommitdiffstats
path: root/commands/menu.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/menu.go')
-rw-r--r--commands/menu.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/menu.go b/commands/menu.go
index 08eec9cb..4db1a1d7 100644
--- a/commands/menu.go
+++ b/commands/menu.go
@@ -28,6 +28,10 @@ func init() {
Register(Menu{})
}
+func (Menu) Description() string {
+ return "Open a popover dialog."
+}
+
func (Menu) Context() CommandContext {
return GLOBAL
}