mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +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:
commit
a8fd1d1dd1
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ impl Module<gtk::Box> for FocusedModule {
|
||||||
info.app_id.clone()
|
info.app_id.clone()
|
||||||
)))
|
)))
|
||||||
);
|
);
|
||||||
|
} else {
|
||||||
|
send_async!(tx, ModuleUpdateEvent::Update(None));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ToplevelEvent::Remove(handle) => {
|
ToplevelEvent::Remove(handle) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue