mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Icons: ArchUpdater, LockScreen, PowerMenu, BT Device List
This commit is contained in:
@@ -164,7 +164,7 @@ ColumnLayout {
|
||||
}
|
||||
return "Connect"
|
||||
}
|
||||
icon: (isBusy ? "hourglass_full" : null)
|
||||
icon: (isBusy ? "hourglass-split" : null)
|
||||
onClicked: {
|
||||
if (modelData.connected) {
|
||||
BluetoothService.disconnectDevice(modelData)
|
||||
|
||||
Reference in New Issue
Block a user