Skip to content

Commit 414f93a

Browse files
committed
windowManager.js: Fix gtk popup menu animations.
This was missed when the map 'fade' animation was renamed. Fixes #10983
1 parent 9aff11c commit 414f93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ui/windowManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ var WindowManager = class WindowManager {
824824

825825
this._mapping.add(actor);
826826

827-
let adjusted_type = overridden_types.includes(actor._windowType) ? "fade" : this.desktop_effects_map_type;
827+
let adjusted_type = overridden_types.includes(actor._windowType) ? "traditional" : this.desktop_effects_map_type;
828828

829829
switch (adjusted_type) {
830830
case "traditional":

0 commit comments

Comments
 (0)