mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 10:41:03 +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 {
|
if self.show_count {
|
||||||
label.add_class("count");
|
label.add_class("count");
|
||||||
overlay.add_overlay(&label);
|
overlay.add_overlay(&label);
|
||||||
|
overlay.set_overlay_pass_through(&label, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
let ctx = context.controller_tx.clone();
|
let ctx = context.controller_tx.clone();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue