scripts/desktopchangeosd: Minor cleanup
Workspace.desktops is a property so the binding will be updated automatically when the desktops change. There's also no a signal with name "numberDesktopsChanged"
This commit is contained in:
parent
77a1aea281
commit
31b21618b3
1 changed files with 0 additions and 3 deletions
|
@ -276,9 +276,6 @@ PlasmaCore.Dialog {
|
|||
function onCurrentDesktopChanged() {
|
||||
dialogItem.show()
|
||||
}
|
||||
function onNumberDesktopsChanged() {
|
||||
repeater.model = Workspace.desktops;
|
||||
}
|
||||
}
|
||||
Connections {
|
||||
target: Options
|
||||
|
|
Loading…
Reference in a new issue