Skip to content

appDisplay: Don't animate launch of new window actions in AppIconMenu

Since we don't add our own "New Window" menu entry if the app already provides a 'new-window' action, we can't show the zoom out animation in case the user clicks a new-window action provided by the app. So instead of showing the animation for some apps, be consistent and don't show it for all apps.

The alternative would be listening to windows-changed for every app in the dash, and showing the launch animation if we're notified that a new window is added. I decided against that since it would probably add quite a bit of complexity and the animation would be deferred until the window is actually there.

Merge request reports