chore: update UPDATELOG

This commit is contained in:
Tunglies
2025-04-20 23:51:05 +08:00
parent 1a9a2ff9e0
commit c7494de0a7
3 changed files with 6 additions and 4 deletions

View File

@@ -1,10 +1,9 @@
use crate::utils::autostart as startup_shortcut;
use crate::{
config::{Config, IVerge},
core::handle::Handle,
logging, logging_error,
process::AsyncHandler,
utils::logging::Type,
utils::{autostart as startup_shortcut, logging::Type},
};
use anyhow::Result;
use once_cell::sync::OnceCell;