Skip to content

Commit

Permalink
fix(notifications): unable to click through overlay
Browse files Browse the repository at this point in the history
Fixes #620
  • Loading branch information
JakeStanger committed Jun 2, 2024
1 parent cfb2fc6 commit 277e6b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/notifications.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 277e6b6

Please sign in to comment.