Set icon color
This commit is contained in:
parent
47749792f3
commit
2687ee5483
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ Kirigami.ApplicationWindow
|
||||||
sourceModel: DevicesModel { displayFilter: DevicesModel.Paired | DevicesModel.Reachable }
|
sourceModel: DevicesModel { displayFilter: DevicesModel.Paired | DevicesModel.Reachable }
|
||||||
}
|
}
|
||||||
delegate: Kirigami.Action {
|
delegate: Kirigami.Action {
|
||||||
iconName: model.iconName
|
icon.name: model.iconName
|
||||||
|
icon.color: "transparent"
|
||||||
text: display + "\n" + toolTip
|
text: display + "\n" + toolTip
|
||||||
visible: status & DevicesModel.Reachable
|
visible: status & DevicesModel.Reachable
|
||||||
checked: pageStack.currentItem && pageStack.currentItem.currentDevice == device
|
checked: pageStack.currentItem && pageStack.currentItem.currentDevice == device
|
||||||
|
|
Loading…
Reference in a new issue