applets/taskmanager: Disable `reuseItems` to avoid a crash
When the size of ScrollView depends on its delegate items and
reuseItems
is set to true, the program is prone to crash.
This fix is only for 5.24 because it's safer, and there will be a workaround for master branch.
Edited by Fushan Wen