1
0
Fork 0
mirror of https://github.com/reisub0/sway-alttab synced 2024-05-12 18:26:03 +02:00

Fixed not closing when losing connection with sway

This commit is contained in:
kepet19 2020-11-04 19:55:46 +01:00
parent 213c90670a
commit 568f392884
No known key found for this signature in database
GPG Key ID: 2D3CF82D41B75758

View File

@ -101,6 +101,8 @@ fn main() -> Res<()> {
*last = cur_focus;
cur_focus = ev.container.id;
}
} else {
cleanup();
}
}
}