Dock: removed onCountChanged as it is unecessary and was producing warnings.

This commit is contained in:
ItsLemmy
2025-09-22 13:49:03 -04:00
parent e0d577cbda
commit f896b41c6b
-8
View File
@@ -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