waffles: transparency

This commit is contained in:
end-4
2025-11-22 12:34:16 +01:00
parent cd7bf9c1c2
commit 31998a6c32
17 changed files with 133 additions and 41 deletions
@@ -7,7 +7,7 @@ import qs.modules.common.widgets
QuickToggleModel {
name: Translation.tr("Bluetooth")
statusText: BluetoothStatus.firstActiveDevice?.name ?? Translation.tr("No device")
statusText: BluetoothStatus.firstActiveDevice?.name ?? Translation.tr("Not connected")
tooltipText: Translation.tr("%1 | Right-click to configure").arg(
(BluetoothStatus.firstActiveDevice?.name ?? Translation.tr("Bluetooth"))
+ (BluetoothStatus.activeDeviceCount > 1 ? ` +${BluetoothStatus.activeDeviceCount - 1}` : "")