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

Fixed single notification close button not being clickable (#590)

parent 9df718c9
...@@ -32,6 +32,7 @@ namespace SwayNotificationCenter { ...@@ -32,6 +32,7 @@ namespace SwayNotificationCenter {
public void set_reveal (bool state) { public void set_reveal (bool state) {
if (state == revealer.reveal_child) { if (state == revealer.reveal_child) {
set_visible (state);
return; return;
} }
......
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