Fixed NotificationWindow sometimes not closing, blocking input

This commit is contained in:
Erik Reider 2023-11-22 10:37:25 +01:00
parent b7631c7de5
commit 70eaa5b291

View File

@ -151,6 +151,7 @@ namespace SwayNotificationCenter {
public void change_visibility (bool value) {
if (!value) {
close_all_notifications ();
close ();
} else {
this.set_anchor ();
}