MultiTaskingView: Fix notifications sliding in and out (#2048)

This commit is contained in:
Leonhard 2024-09-03 19:54:24 +02:00 committed by GitHub
parent cacd273092
commit 481fa89841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -799,6 +799,10 @@ namespace Gala {
continue;
}
if (window.get_data (NOTIFICATION_DATA_KEY)) {
continue;
}
if (display.get_monitor_in_fullscreen (monitor)) {
continue;
}