Touch up network menu and finish bluetooth menu rework.

This commit is contained in:
Jas Singh
2024-06-30 04:02:38 -07:00
parent de72c05088
commit 9cf5b0f5ea
19 changed files with 907 additions and 491 deletions

View File

@@ -16,7 +16,7 @@ const availableDevices = () => {
child: Widget.Label({
class_name: "menu-label audio playback",
hexpand: true,
hpack: "center",
hpack: "start",
label: "Playback Devices",
}),
}),
@@ -50,7 +50,7 @@ const availableDevices = () => {
child: Widget.Label({
class_name: "menu-label audio playback",
hexpand: true,
hpack: "center",
hpack: "start",
label: "Input Devices",
}),
}),