kcms/wifi: port kirigami action

This commit is contained in:
Yari Polla 2023-03-15 00:02:26 +01:00
parent f47ba93952
commit 8f4beb219f

View file

@ -29,7 +29,8 @@ SimpleKCM {
&& manualIPprefix.acceptableInput && manualIPprefix.acceptableInput
&& manualIPdns.acceptableInput)) && manualIPdns.acceptableInput))
actions.main: Kirigami.Action { actions: [
Kirigami.Action {
icon.name: "dialog-ok" icon.name: "dialog-ok"
text: i18n("Save") text: i18n("Save")
enabled: enabledSave enabled: enabledSave
@ -38,6 +39,7 @@ SimpleKCM {
kcm.pop() kcm.pop()
} }
} }
]
Kirigami.FormLayout { Kirigami.FormLayout {
Item { Item {