Fixed bluetooth menu sorting... connected devices now properly show up top.

This commit is contained in:
Jas Singh
2024-06-30 16:59:53 -07:00
parent 6b98da2145
commit 48c87a7111
3 changed files with 1 additions and 7 deletions

View File

@@ -13,9 +13,6 @@ const Media = () => {
vertical: false,
child: Widget.Box({
class_name: "menu-content",
// children: [
// Bar(),
// ],
setup: (self) => {
let curPlayer = media.players[0];
self.hook(media, () => {