Fixed bluetooth menu sorting... connected devices now properly show up top.
This commit is contained in:
@@ -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, () => {
|
||||
|
||||
Reference in New Issue
Block a user