aboutsummaryrefslogtreecommitdiff
path: root/ui/command-processor.go
diff options
context:
space:
mode:
authorDigital <digidev@digitalville.de>2018-06-30 22:26:40 +0200
committerTulir Asokan <tulir@maunium.net>2018-06-30 23:26:40 +0300
commitbf84fc09b216bd4669d9a0ed9bba30209f0cb7a8 (patch)
tree12712d67ad64e9632e3321a3ab9f30f12dffb9ca /ui/command-processor.go
parentc3f30a160f68cd120b99adc6505f1ff073407c55 (diff)
Add option to disable typing notifications (#63)
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,