Skip to content

Commit

Permalink
Merge pull request #340 from JakeStanger/fix/focus-workspace-switch
Browse files Browse the repository at this point in the history
fix(focused): not clearing when switching to empty workspace
  • Loading branch information
JakeStanger authored Oct 23, 2023
2 parents 2c07c9c + 34ed6a9 commit a8fd1d1
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 a8fd1d1

Please sign in to comment.