KWin decorations: Fix KCM not refreshing after clicking "Use"-button in KNS dialog
CCBUG: 448749
This commit is contained in:
parent
b0af657821
commit
32785ec1f3
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ Kirigami.Page {
|
|||
onEntryEvent: function (entry, event) {
|
||||
if (event == 1) { // StatusChangedEvent
|
||||
kcm.reloadKWinSettings()
|
||||
} else if (event == 2) { // EntryAdoptedEvent
|
||||
kcm.load()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue