mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-14 10:10:16 +00:00
Bluetooth device: fixed missing busy icon on the call to action.
This commit is contained in:
@@ -163,7 +163,7 @@ ColumnLayout {
|
||||
}
|
||||
return "Connect"
|
||||
}
|
||||
icon: (isBusy ? "hourglass-split" : null)
|
||||
icon: (isBusy ? "busy" : null)
|
||||
onClicked: {
|
||||
if (modelData.connected) {
|
||||
BluetoothService.disconnectDevice(modelData)
|
||||
|
||||
Reference in New Issue
Block a user