1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00

fix: not properly redrawing on style reload

Fixes #456
This commit is contained in:
Jake Stanger 2024-11-05 13:06:23 +00:00
parent 66ff849c56
commit 80403e3ca9
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 9 additions and 5 deletions

View file

@ -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();