2.2.4-alpha.2

This commit is contained in:
Tunglies
2025-04-22 08:03:36 +08:00
parent dc46eb9d21
commit a0b70f9c34
2 changed files with 5 additions and 3 deletions

View File

@@ -10,8 +10,10 @@ use anyhow::{Context, Result};
use delay_timer::prelude::TaskBuilder;
use once_cell::sync::OnceCell;
use parking_lot::{Mutex, RwLock};
use std::sync::Arc;
use std::time::{Duration, Instant};
use std::{
sync::Arc,
time::{Duration, Instant},
};
use tauri::{Listener, Manager};
pub static AUTO_LIGHT_WEIGHT_MODE_INIT: OnceCell<()> = OnceCell::new();