Skip to content

Panel: mitigate plasmashell high CPU usage when moving windows

Fushan Wen requested to merge work/fuf/fix-panel-resource into master

updateWindows() is very resource-intensive when the screen resolution is high, which can cause significant lags when moving windows. Use callLater to mitigate the impact.

Merge request reports