mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
parent
407d58606d
commit
4a37429634
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ impl ToplevelHandleHandler for Environment {
|
||||||
match handle.info() {
|
match handle.info() {
|
||||||
Some(info) => {
|
Some(info) => {
|
||||||
trace!("Updating handle: {info:?}");
|
trace!("Updating handle: {info:?}");
|
||||||
self.handles.push(handle.clone());
|
|
||||||
if let Some(info) = handle.info() {
|
if let Some(info) = handle.info() {
|
||||||
try_send!(self.event_tx, Event::Toplevel(ToplevelEvent::Update(info)));
|
try_send!(self.event_tx, Event::Toplevel(ToplevelEvent::Update(info)));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue