Skip to content

Draft: applets/systemtray: Fix add and move animations

The Component QML Type has no 'status', so animations were always disabled. A 'state' check has been added to fix broken layout during startup. This change adds 'move' animation to 'displaced' transition, which was missing. That should properly fix interrupted animations during system tray load.

Merge request reports