sidebar navigation item anims

This commit is contained in:
end-4
2025-04-16 00:01:14 +02:00
parent 7c217dc25c
commit 199bc99fb5
4 changed files with 85 additions and 5 deletions
@@ -36,6 +36,8 @@ QuickToggleButton {
}
}
StyledToolTip {
content: `${Bluetooth.bluetoothEnabled ? Bluetooth.bluetoothDeviceName : "Bluetooth"} | Right-click to configure`
content: `${(Bluetooth.bluetoothEnabled && Bluetooth.bluetoothDeviceName.length > 0) ?
Bluetooth.bluetoothDeviceName : "Bluetooth"} | Right-click to configure`
}
}