1
0
Fork 0
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:
Jake Stanger 2022-10-16 22:21:51 +01:00
parent e23e691bc6
commit cbd0c49e25
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 25 additions and 19 deletions

View file

@ -105,7 +105,6 @@ async fn main() -> Result<()> {
if style_path.exists() {
load_css(style_path);
debug!("Loaded CSS watcher file");
}
});