refactor: update icon variable naming for clarity and adjust macOS logging import

This commit is contained in:
Tunglies
2025-06-11 00:51:34 +08:00
parent 5cf3e1a817
commit db3cfdf66f
2 changed files with 4 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
use crate::{
config::Config,
core::{handle, timer::Timer},
log_err, logging, logging_error,
log_err, logging,
utils::logging::Type,
};
#[cfg(target_os = "macos")]
use crate::logging_error;
#[cfg(target_os = "macos")]
use crate::AppHandleManager;