mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
backgroundMenu: Don't add an animation to the background menu
We don't do this for shell entries nor for the message tray context menu, so it doesn't make sense to do it here, either.
This commit is contained in:
parent
6b9cac928b
commit
6a00a504d4
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ function addBackgroundMenu(actor) {
|
|||
function openMenu() {
|
||||
let [x, y] = global.get_pointer();
|
||||
cursor.set_position(x, y);
|
||||
actor._backgroundMenu.open(BoxPointer.PopupAnimation.FULL);
|
||||
actor._backgroundMenu.open(BoxPointer.PopupAnimation.NONE);
|
||||
}
|
||||
|
||||
let clickAction = new Clutter.ClickAction();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue