Commit ce54d817 authored by Erik Reider's avatar Erik Reider

Fix not being able to interact with CC without first click. Fixes #172

parent 8c960f78
......@@ -60,7 +60,7 @@ namespace SwayNotificationCenter {
});
this.unmap.connect (swaync_daemon.hide_blank_windows);
this.button_press_event.connect (blank_window_press);
this.button_release_event.connect (blank_window_press);
this.touch_event.connect (blank_window_press);
// Only use release for closing notifications due to Escape key
......
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