[AGS] Possibly fixed
This commit is contained in:
		| @@ -77,7 +77,7 @@ const NetworkWidget = () => { | ||||
|  | ||||
| const BluetoothWidget = () => { | ||||
|     const bluetooth = AstalBluetooth.get_default(); | ||||
|     const enabled = bind(bluetooth.adapter, "powered"); | ||||
|     const enabled = bind(bluetooth, "isPowered"); | ||||
|     const connected = bind(bluetooth, "isConnected"); | ||||
|  | ||||
|     // For each connected BT device, render status | ||||
|   | ||||
		Reference in New Issue
	
	Block a user