You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
windowManager.js: get rid of (non-cinnamon) popup menu animations.
Many apps handle their own popup rendering, so any effects we do
here wouldn't apply. For example chromium/chrome and anything
chromium-based (electron apps, etc...).
The specific effect is different from Cinnamon popups, which are
generally anchored to a panel, and unfortunately we can't
distinguish Gtk dropdown menus from 'popup' ones (they report to
muffin as the same type of window), so there's no way to give
them more appropriate animations individually.
0 commit comments