Icons: huge cleanup

This commit is contained in:
LemmyCook 2025-09-08 22:05:57 -04:00
parent ccdb4e0664
commit 1f8c55d581
53 changed files with 155 additions and 174 deletions

View file

@ -27,8 +27,7 @@ NPanel {
Layout.fillWidth: true
spacing: Style.marginM * scaling
NIcon {
text: Bootstrap.icons["bluetooth"]
NIcon { icon: "bluetooth"
font.pointSize: Style.fontSizeXXL * scaling
color: Color.mPrimary
}
@ -43,7 +42,7 @@ NPanel {
NIconButton {
icon: BluetoothService.adapter
&& BluetoothService.adapter.discovering ? Bootstrap.icons["stop"] : Bootstrap.icons["arrow-repeat"]
&& BluetoothService.adapter.discovering ? "stop" : "arrow-repeat"
tooltipText: "Refresh Devices"
sizeRatio: 0.8
onClicked: {
@ -54,7 +53,7 @@ NPanel {
}
NIconButton {
icon: Bootstrap.icons["x-lg"]
icon: "x-lg"
tooltipText: "Close"
sizeRatio: 0.8
onClicked: {