add status err messages to start/stop/remove

This commit is contained in:
Bradley Cicenas
2018-01-11 18:27:30 +00:00
parent d46ce783c2
commit 107def9ccc
2 changed files with 6 additions and 0 deletions

View File

@@ -145,6 +145,9 @@ func Display() bool {
})
ui.Handle("/timer/1s", func(e ui.Event) {
if log.StatusQueued() {
ui.StopLoop()
}
RefreshDisplay()
})