Skip to content

Commit

Permalink
MultiTaskingView: Fix notifications sliding in and out (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 authored Sep 3, 2024
1 parent cacd273 commit 481fa89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Widgets/MultitaskingView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,10 @@ namespace Gala {
continue;
}

if (window.get_data (NOTIFICATION_DATA_KEY)) {
continue;
}

if (display.get_monitor_in_fullscreen (monitor)) {
continue;
}
Expand Down

0 comments on commit 481fa89

Please sign in to comment.