mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
kcms/wifi: port kirigami action
This commit is contained in:
parent
f47ba93952
commit
8f4beb219f
1 changed files with 10 additions and 8 deletions
|
|
@ -29,15 +29,17 @@ SimpleKCM {
|
|||
&& manualIPprefix.acceptableInput
|
||||
&& manualIPdns.acceptableInput))
|
||||
|
||||
actions.main: Kirigami.Action {
|
||||
icon.name: "dialog-ok"
|
||||
text: i18n("Save")
|
||||
enabled: enabledSave
|
||||
onTriggered: {
|
||||
save()
|
||||
kcm.pop()
|
||||
actions: [
|
||||
Kirigami.Action {
|
||||
icon.name: "dialog-ok"
|
||||
text: i18n("Save")
|
||||
enabled: enabledSave
|
||||
onTriggered: {
|
||||
save()
|
||||
kcm.pop()
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Kirigami.FormLayout {
|
||||
Item {
|
||||
|
|
|
|||
Loading…
Reference in a new issue