Commit 4b21efa6 authored by Erik Reider's avatar Erik Reider

Fixed volume widget toggle button not being reset after CC gets hidden

parent 02a785fc
......@@ -167,7 +167,9 @@ namespace SwayNotificationCenter.Widgets {
this.client.start ();
} else {
this.client.close ();
if (show_per_app) revealer.set_reveal_child (false);
if (show_per_app) {
reveal_button.set_active (false);
}
}
}
......
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