Skip to content

Commit

Permalink
fix(focused): not clearing when switching to empty workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Oct 19, 2023
1 parent 08e354e commit 34ed6a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/focused.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ impl Module<gtk::Box> for FocusedModule {
info.app_id.clone()
)))
);
} else {
send_async!(tx, ModuleUpdateEvent::Update(None));
}
}
ToplevelEvent::Remove(handle) => {
Expand Down

0 comments on commit 34ed6a9

Please sign in to comment.