fix: tray icon and tray rate display expression logic bug

This commit is contained in:
Tunglies
2025-03-26 19:07:09 +08:00
parent 42db9ea0bb
commit 6e40dd9862
6 changed files with 9 additions and 10 deletions

View File

@@ -85,7 +85,6 @@ fn setup_light_weight_timer() -> Result<()> {
let once_by_minutes = Config::verge()
.latest()
.auto_light_weight_minutes
.clone()
.unwrap_or(10);
let task = TaskBuilder::default()