mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
BT: fixed signal icons
This commit is contained in:
@@ -128,6 +128,12 @@ Singleton {
|
||||
"bt-device-watch": "device-watch",
|
||||
"bt-device-speaker": "device-speaker",
|
||||
"bt-device-tv": "device-tv",
|
||||
"antenna-bars-1": "antenna-bars-1",
|
||||
"antenna-bars-2": "antenna-bars-2",
|
||||
"antenna-bars-3": "antenna-bars-3",
|
||||
"antenna-bars-4": "antenna-bars-4",
|
||||
"antenna-bars-5": "antenna-bars-5",
|
||||
"antenna-bars-off": "antenna-bars-off",
|
||||
"noctalia": "noctalia",
|
||||
"hyprland": "hyprland",
|
||||
"filepicker-folder": "folder",
|
||||
|
||||
@@ -109,7 +109,7 @@ ColumnLayout {
|
||||
|
||||
NIcon {
|
||||
visible: modelData.signalStrength > 0 && !modelData.pairing && !modelData.blocked
|
||||
text: BluetoothService.getSignalIcon(modelData)
|
||||
icon: BluetoothService.getSignalIcon(modelData)
|
||||
pointSize: Style.fontSizeXS
|
||||
color: getContentColor(Color.mOnSurface)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user