chore: bump version (v0.2.2)

This commit is contained in:
2024-09-06 02:36:33 +03:00
parent 9866802f91
commit 46af703f1d
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ use tray_icon::{
};
use winapi::um::{
wincon::GetConsoleWindow,
winuser::{self, ShowWindow, SW_SHOW},
winuser::{self, ShowWindow},
};
const BATTERY_UPDATE_INTERVAL: std::time::Duration = std::time::Duration::from_secs(60);