From bf84fc09b216bd4669d9a0ed9bba30209f0cb7a8 Mon Sep 17 00:00:00 2001 From: Digital Date: Sat, 30 Jun 2018 22:26:40 +0200 Subject: Add option to disable typing notifications (#63) --- ui/command-processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/command-processor.go') 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, -- cgit v1.2.3