Fix bluetooth button colors
This commit is contained in:
parent
c5a7dd9d25
commit
50cf2ed5e1
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ NIconButton {
|
||||||
sizeMultiplier: 0.8
|
sizeMultiplier: 0.8
|
||||||
visible: bluetoothEnabled
|
visible: bluetoothEnabled
|
||||||
|
|
||||||
|
colorBg: Color.mSurfaceVariant
|
||||||
|
colorFg: Color.mOnSurface
|
||||||
|
colorBorder: Color.transparent
|
||||||
|
colorBorderHover: Color.transparent
|
||||||
|
|
||||||
icon: {
|
icon: {
|
||||||
// Show different icons based on connection status
|
// Show different icons based on connection status
|
||||||
if (BluetoothService.pairedDevices.length > 0) {
|
if (BluetoothService.pairedDevices.length > 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue