diff --git a/tui/ui.go b/tui/ui.go index 3f38758..5f02457 100644 --- a/tui/ui.go +++ b/tui/ui.go @@ -243,9 +243,6 @@ func (t *TUI) setRoutines() error { readInputMu.Lock() readInput = true readInputMu.Unlock() - case 't': - t.createNotification("some notify") - readEnter = true } readCommand = false