Unverified Commit e627045c authored by Erik Reider's avatar Erik Reider Committed by GitHub

Always run the notification window show method (#652)

parent 23fb96f3
...@@ -293,10 +293,10 @@ namespace SwayNotificationCenter { ...@@ -293,10 +293,10 @@ namespace SwayNotificationCenter {
} }
} }
if (!this.get_mapped () || !this.get_realized ()) { if (!get_visible () || !get_mapped () || !get_realized ()) {
this.set_anchor (); set_anchor ();
this.show ();
} }
show ();
list.append.begin (noti); list.append.begin (noti);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment