mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 02:31:04 +02:00
parent
9e31107251
commit
5523e9af46
3 changed files with 29 additions and 7 deletions
|
@ -175,8 +175,8 @@ fn add_modules(
|
|||
|
||||
let popup = popup.read().expect("Failed to get read lock on popup");
|
||||
popup.hide();
|
||||
popup.show(x, w);
|
||||
popup.show_content($id);
|
||||
popup.show(x, w);
|
||||
}
|
||||
ModuleUpdateEvent::ClosePopup => {
|
||||
debug!("Closing popup for {} [#{}]", $name, $id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue