aboutsummaryrefslogtreecommitdiff
path: root/ui/command-processor.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/command-processor.go')
-rw-r--r--ui/command-processor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/command-processor.go b/ui/command-processor.go
index 0f38c57..eb24f19 100644
--- a/ui/command-processor.go
+++ b/ui/command-processor.go
@@ -88,7 +88,7 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor {
"clearcache": cmdClearCache,
"leave": cmdLeave,
"join": cmdJoin,
- "uitoggle": cmdUIToggle,
+ "toggle": cmdToggle,
"logout": cmdLogout,
"sendevent": cmdSendEvent,
"setstate": cmdSetState,