Delete testing creating notifications

This commit is contained in:
qowevisa 2024-03-14 00:19:09 +02:00
parent 7b8a17764e
commit 010ef1937c

View File

@ -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