mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 10:37:50 +00:00
Dock: removed onCountChanged as it is unecessary and was producing warnings.
This commit is contained in:
@@ -34,14 +34,6 @@ Variants {
|
||||
}
|
||||
}
|
||||
|
||||
// Also listen to model changes (for ObjectModel)
|
||||
Connections {
|
||||
target: ToplevelManager ? ToplevelManager.toplevels : null
|
||||
function onCountChanged() {
|
||||
updateDockApps()
|
||||
}
|
||||
}
|
||||
|
||||
// Update dock apps when pinned apps change
|
||||
Connections {
|
||||
target: Settings.data.dock
|
||||
|
||||
Reference in New Issue
Block a user