1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 02:31: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

@ -7,7 +7,7 @@ use crate::modules::workspaces::WorkspaceUpdate;
use crate::modules::{Module, ModuleInfoBuilder, ModuleLocation, ModuleUpdateEvent, WidgetContext};
use crate::popup::Popup;
use crate::script::{OutputStream, Script};
use crate::widgets::DynamicString;
use crate::dynamic_string::DynamicString;
use crate::{await_sync, Config};
use chrono::{DateTime, Local};
use color_eyre::Result;