1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-18 17:15:20 -04:00

feat(bar): add visual indication for connected bluetooth (#2662)

This commit is contained in:
Yechiel
2026-06-18 07:57:27 +03:00
committed by GitHub
parent b925010cb3
commit 482a87a80d
@@ -513,7 +513,7 @@ BasePill {
case "vpn":
return "vpn_lock";
case "bluetooth":
return "bluetooth";
return BluetoothService.connected ? "bluetooth_connected" : "bluetooth";
case "battery":
return Theme.getBatteryIcon(BatteryService.batteryLevel, BatteryService.isCharging, BatteryService.batteryAvailable);
case "printer":
@@ -698,7 +698,7 @@ BasePill {
case "vpn":
return "vpn_lock";
case "bluetooth":
return "bluetooth";
return BluetoothService.connected ? "bluetooth_connected" : "bluetooth";
case "battery":
return Theme.getBatteryIcon(BatteryService.batteryLevel, BatteryService.isCharging, BatteryService.batteryAvailable);
case "printer":