mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
add emoji
This commit is contained in:
parent
1e3a8e60f5
commit
e4c64e14ab
@ -725,6 +725,7 @@ func populate(root *tview.TreeNode, rootPath string) error {
|
||||
}
|
||||
|
||||
child.SetReference(audioFile)
|
||||
child.SetText(fmt.Sprintf("🎵 %s", songName))
|
||||
root.AddChild(child)
|
||||
|
||||
}
|
||||
@ -739,6 +740,7 @@ func populate(root *tview.TreeNode, rootPath string) error {
|
||||
}
|
||||
child.SetReference(audioFile)
|
||||
child.SetColor(gomu.accentColor)
|
||||
child.SetText(fmt.Sprintf("📁 %s", songName))
|
||||
root.AddChild(child)
|
||||
populate(child, path)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user