mirror of
https://github.com/elementary/gala.git
synced 2024-12-25 18:24:05 +03:00
MultiTaskingView: Fix notifications sliding in and out (#2048)
This commit is contained in:
parent
cacd273092
commit
481fa89841
@ -799,6 +799,10 @@ namespace Gala {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (window.get_data (NOTIFICATION_DATA_KEY)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (display.get_monitor_in_fullscreen (monitor)) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user