1
0
Fork 0
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:
Jake Stanger 2022-11-30 22:40:53 +00:00
parent d20972cb32
commit 64f54040ef
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
5 changed files with 4 additions and 7 deletions

View file

@ -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};