added refresh message

mine
derailed 2019-03-09 18:00:39 -07:00
parent b108dc8587
commit 591839a42f
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ const (
flashWarn
flashErr
flashFatal
flashDelay = 3
flashDelay = 2
emoDoh = "😗"
emoRed = "😡"

View File

@ -119,7 +119,7 @@ func (v *resourceView) hints() hints {
// Actions...
func (v *resourceView) refreshCmd(*tcell.EventKey) *tcell.EventKey {
log.Debug().Msg("Refreshing resource...")
v.app.flash(flashInfo, "Refreshing...")
v.refresh()
return nil
}