Skip to content

Commit 00de6ba

Browse files
lenemterleolost2605
andcommitted
Update src/WindowManager.vala
Co-authored-by: Leonhard <leo.kargl@proton.me>
1 parent 2ffbd93 commit 00de6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WindowManager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ namespace Gala {
909909
}
910910

911911
public override void show_window_menu (Meta.Window window, Meta.WindowMenuType menu, int x, int y) {
912-
if (menu == APP) {
912+
if (menu != WM) {
913913
warning ("Unsupported window menu type");
914914
return;
915915
}

0 commit comments

Comments
 (0)