mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-05-02 22:17:09 +08:00
9 lines
154 B
Go
9 lines
154 B
Go
package main
|
|
|
|
import "github.com/rivo/tview"
|
|
|
|
func NowPlayingBar() *tview.Box {
|
|
return tview.NewBox().SetBorder(true).
|
|
SetTitle("Currently Playing")
|
|
}
|