fix zigbee config button after breaking it with progressbutton changes
This commit is contained in:
parent
bfa2d4fba3
commit
34b323d111
@ -97,8 +97,7 @@ SettingsPageBase {
|
||||
}
|
||||
|
||||
ProgressButton {
|
||||
Layout.preferredWidth: Style.iconSize
|
||||
Layout.preferredHeight: Style.iconSize
|
||||
size: Style.iconSize
|
||||
imageSource: "/ui/images/configure.svg"
|
||||
longpressEnabled: false
|
||||
onClicked: pageStack.push(Qt.resolvedUrl("ZigbeeNetworkPage.qml"), { zigbeeManager: zigbeeManager, network: zigbeeManager.networks.get(index) })
|
||||
|
||||
Reference in New Issue
Block a user