1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

fix(notifications): unable to click through overlay

Fixes #620
This commit is contained in:
Jake Stanger 2024-06-02 15:38:44 +01:00
parent cfb2fc6fdf
commit 277e6b6296
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -195,6 +195,7 @@ impl Module<Overlay> for NotificationsModule {
if self.show_count {
label.add_class("count");
overlay.add_overlay(&label);
overlay.set_overlay_pass_through(&label, true);
}
let ctx = context.controller_tx.clone();