jukebox ui wip

This commit is contained in:
minjaesong
2024-01-13 17:20:10 +09:00
parent fb9640e615
commit 1b74ee8efc
11 changed files with 226 additions and 75 deletions

View File

@@ -28,6 +28,7 @@ class UIItemCatBar(
companion object {
const val CAT_ALL = "__all__"
val FILTER_CAT_ALL = arrayOf(CAT_ALL)
}