KWin decorations: Fix KCM not refreshing after clicking "Use"-button in KNS dialog

CCBUG: 448749
This commit is contained in:
Alexander Lohnau 2022-01-21 10:57:12 +01:00
parent b0af657821
commit 32785ec1f3

View file

@ -118,6 +118,8 @@ Kirigami.Page {
onEntryEvent: function (entry, event) {
if (event == 1) { // StatusChangedEvent
kcm.reloadKWinSettings()
} else if (event == 2) { // EntryAdoptedEvent
kcm.load()
}
}
}