mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-03 11:41:04 +02:00
feat: ability to add custom modules instead native modules
Resolves #131
This commit is contained in:
parent
42ae915645
commit
994f4a4a12
21 changed files with 497 additions and 252 deletions
|
@ -172,7 +172,7 @@ impl Ipc {
|
|||
popup.hide();
|
||||
|
||||
let data = popup
|
||||
.cache
|
||||
.container_cache
|
||||
.borrow()
|
||||
.iter()
|
||||
.find(|(_, value)| value.name == name)
|
||||
|
@ -209,7 +209,7 @@ impl Ipc {
|
|||
popup.hide();
|
||||
|
||||
let data = popup
|
||||
.cache
|
||||
.container_cache
|
||||
.borrow()
|
||||
.iter()
|
||||
.find(|(_, value)| value.name == name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue