mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 11:11:04 +02:00
refactor: move dynamic_label.rs to dynamic_string.rs and fix failing test
This commit is contained in:
parent
d20972cb32
commit
64f54040ef
5 changed files with 4 additions and 7 deletions
|
@ -8,7 +8,7 @@ mod modules;
|
|||
mod popup;
|
||||
mod script;
|
||||
mod style;
|
||||
mod widgets;
|
||||
mod dynamic_string;
|
||||
|
||||
use crate::bar::create_bar;
|
||||
use crate::config::{Config, MonitorConfig};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue