fix: update lightweight mode implementation and fix MacOS dock icon visibility

This commit is contained in:
Tunglies
2025-03-24 19:16:21 +08:00
parent e330d75a89
commit 09f6917638
6 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1 @@
use crate::module::lightweight::entry_lightweight_mode;
pub fn lightweight_mode() {
log::info!(target: "app","Lightweight mode enabled");
entry_lightweight_mode();
}

View File

@@ -10,7 +10,6 @@ mod window;
pub use backup::*;
pub use clash::*;
pub use config::*;
pub use lightweight::*;
pub use profile::*;
pub use proxy::*;
pub use window::*;