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:
commit
0085e51ff6
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue