Added a 'Connected' indicator if one or more bluetooth devices are connected.
This commit is contained in:
@@ -14,7 +14,7 @@ const devices = (bluetooth: Bluetooth, self: Box<any, any>) => {
|
||||
hpack: "center",
|
||||
children: [
|
||||
Widget.Label({
|
||||
class_name: "dim",
|
||||
class_name: "bluetooth-disabled dim",
|
||||
hexpand: true,
|
||||
label: "Bluetooth is disabled",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user