mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
fix: update lightweight mode implementation and fix MacOS dock icon visibility
This commit is contained in:
@@ -1,6 +1 @@
|
||||
use crate::module::lightweight::entry_lightweight_mode;
|
||||
|
||||
pub fn lightweight_mode() {
|
||||
log::info!(target: "app","Lightweight mode enabled");
|
||||
entry_lightweight_mode();
|
||||
}
|
||||
|
||||
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user