mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
parent
66ff849c56
commit
80403e3ca9
3 changed files with 9 additions and 5 deletions
|
@ -179,7 +179,7 @@ impl Ironbar {
|
|||
);
|
||||
|
||||
if style_path.exists() {
|
||||
load_css(style_path);
|
||||
load_css(style_path, app.clone());
|
||||
}
|
||||
|
||||
let (tx, rx) = mpsc::channel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue