fix(focused): not clearing when switching to empty workspace

This commit is contained in:
Jake Stanger
2023-10-19 22:43:02 +01:00
parent 08e354e019
commit 34ed6a9e11

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) => {