Compare commits

..

2 Commits

Author SHA1 Message Date
Timofey Gelazoniya 1532c45342
refactor: imports 2024-09-06 04:09:54 +03:00
Timofey Gelazoniya c5b4f7c51e
Revert "chore: bump version (v0.2.2)"
This reverts commit 46af703f1d.
2024-09-06 04:06:18 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ use winapi::um::{
winuser::{self, ShowWindow, SW_SHOW},
};
const BATTERY_UPDATE_INTERVAL: Duration = Duration::from_secs(60);
const BATTERY_UPDATE_INTERVAL: Duration = Duration::from_secs(5);
const DEVICE_FETCH_INTERVAL: Duration = Duration::from_secs(5);
#[derive(Debug)]