Coding style++
This commit is contained in:
parent
92ac51465f
commit
8d8989ea09
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Kirigami.ApplicationWindow
|
||||||
|
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
id: findDevicesAction
|
id: findDevicesAction
|
||||||
text: i18n ("Find devices...")
|
text: i18n("Find devices...")
|
||||||
iconName: "list-add"
|
iconName: "list-add"
|
||||||
checked: pageStack.currentItem && pageStack.currentItem.objectName == "FindDevices"
|
checked: pageStack.currentItem && pageStack.currentItem.objectName == "FindDevices"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue