Implement adding to the playback queue from lua

This commit is contained in:
jacqueline
2023-11-23 14:08:46 +11:00
parent b07bfbc6c7
commit 09c0e1608f
12 changed files with 197 additions and 42 deletions
+1
View File
@@ -151,6 +151,7 @@ function widgets.IconBtn(parent, icon, text)
}
btn:Image { src = icon }
btn:Label { text = text, text_font = font.fusion_10 }
return btn
end
return widgets