mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51: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
|
@ -2,7 +2,7 @@ use crate::config::CommonConfig;
|
|||
use crate::modules::{Module, ModuleInfo, ModuleUpdateEvent, ModuleWidget, WidgetContext};
|
||||
use crate::popup::{ButtonGeometry, Popup};
|
||||
use crate::script::Script;
|
||||
use crate::widgets::DynamicString;
|
||||
use crate::dynamic_string::DynamicString;
|
||||
use color_eyre::{Report, Result};
|
||||
use gtk::prelude::*;
|
||||
use gtk::{Button, Label, Orientation};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue