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

Merge pull request #622 from JakeStanger/fix/notification-overlay

fix(notifications): unable to click through overlay
This commit is contained in:
Jake Stanger 2024-06-02 15:44:45 +01:00 committed by GitHub
commit 0085e51ff6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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();