Skip to content

Commit 5abd99d

Browse files
authored
Make sure to dim parent window when reduced motion enabled (#2642)
1 parent ace6eed commit 5abd99d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WindowManager.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,7 @@ namespace Gala {
12851285

12861286
// Notifications initial animation is handled by the notification stack
12871287
if (NotificationStack.is_notification (window) || !Meta.Prefs.get_gnome_animations ()) {
1288+
dim_parent_window (window);
12881289
map_completed (actor);
12891290
return;
12901291
}

0 commit comments

Comments
 (0)