1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

Merge pull request #340 from JakeStanger/fix/focus-workspace-switch

fix(focused): not clearing when switching to empty workspace
This commit is contained in:
Jake Stanger 2023-10-23 16:28:11 +01:00 committed by GitHub
commit a8fd1d1dd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,8 @@ impl Module<gtk::Box> for FocusedModule {
info.app_id.clone()
)))
);
} else {
send_async!(tx, ModuleUpdateEvent::Update(None));
}
}
ToplevelEvent::Remove(handle) => {