Updated status_bar play state indicators
This commit is contained in:
parent
7905937c37
commit
31e6b1cb5e
@ -34,9 +34,9 @@ func (s statusBar) View() string {
|
|||||||
|
|
||||||
var statusKey string
|
var statusKey string
|
||||||
if s.isPaused {
|
if s.isPaused {
|
||||||
statusKey = statusStyle.Render("PAUSED")
|
statusKey = statusStyle.Render("")
|
||||||
} else {
|
} else {
|
||||||
statusKey = statusStyle.Render("NOW PLAYING")
|
statusKey = statusStyle.Render("")
|
||||||
}
|
}
|
||||||
|
|
||||||
statusVal := statusText.Copy().
|
statusVal := statusText.Copy().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user