Icons: 99% done

This commit is contained in:
LemmyCook 2025-09-08 22:21:18 -04:00
parent 1f8c55d581
commit bacd65b274
19 changed files with 51 additions and 90 deletions

View file

@ -27,7 +27,8 @@ NPanel {
Layout.fillWidth: true
spacing: Style.marginM * scaling
NIcon { icon: "bluetooth"
NIcon {
icon: "bluetooth"
font.pointSize: Style.fontSizeXXL * scaling
color: Color.mPrimary
}
@ -41,8 +42,7 @@ NPanel {
}
NIconButton {
icon: BluetoothService.adapter
&& BluetoothService.adapter.discovering ? "stop" : "arrow-repeat"
icon: BluetoothService.adapter && BluetoothService.adapter.discovering ? "stop" : "arrow-repeat"
tooltipText: "Refresh Devices"
sizeRatio: 0.8
onClicked: {