mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 11:11:04 +02:00
fix: css watcher not working
This commit is contained in:
parent
e23e691bc6
commit
cbd0c49e25
2 changed files with 25 additions and 19 deletions
|
@ -105,7 +105,6 @@ async fn main() -> Result<()> {
|
|||
|
||||
if style_path.exists() {
|
||||
load_css(style_path);
|
||||
debug!("Loaded CSS watcher file");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue