1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

system monitor: disable anims until list is stable

This commit is contained in:
bbedward
2026-02-08 22:16:45 -05:00
parent a02b0c0c3c
commit fce120fa31
2 changed files with 5 additions and 3 deletions

View File

@@ -294,6 +294,11 @@ Item {
clip: true
spacing: 2
add: root.searchText.length > 0 ? ListViewTransitions.add : null
remove: root.searchText.length > 0 ? ListViewTransitions.remove : null
displaced: root.searchText.length > 0 ? ListViewTransitions.displaced : null
move: root.searchText.length > 0 ? ListViewTransitions.move : null
model: ScriptModel {
values: root.cachedProcesses
objectProp: "pid"