Coding style++

This commit is contained in:
Nicolas Fella 2019-10-15 20:07:45 +02:00
parent 92ac51465f
commit 8d8989ea09

View file

@ -33,7 +33,7 @@ Kirigami.ApplicationWindow
Kirigami.Action {
id: findDevicesAction
text: i18n ("Find devices...")
text: i18n("Find devices...")
iconName: "list-add"
checked: pageStack.currentItem && pageStack.currentItem.objectName == "FindDevices"