Increase tray icon sleep time

This commit is contained in:
Luke D. Jones
2024-05-06 23:14:51 +12:00
parent 89002eb5ec
commit 8dbdb68175
3 changed files with 4 additions and 4 deletions

View File

@@ -185,7 +185,7 @@ pub fn init_tray(_supported_properties: Vec<Properties>, config: Arc<Mutex<Confi
}
}
}
sleep(Duration::from_millis(500));
sleep(Duration::from_millis(1000));
}
}
});