Fix bluetooth button colors

This commit is contained in:
quadbyte 2025-08-18 16:12:41 -04:00
parent c5a7dd9d25
commit 50cf2ed5e1

View file

@ -14,6 +14,11 @@ NIconButton {
sizeMultiplier: 0.8
visible: bluetoothEnabled
colorBg: Color.mSurfaceVariant
colorFg: Color.mOnSurface
colorBorder: Color.transparent
colorBorderHover: Color.transparent
icon: {
// Show different icons based on connection status
if (BluetoothService.pairedDevices.length > 0) {