mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fix: handle is none
This commit is contained in:
@@ -16,7 +16,7 @@ pub fn resolve_setup(app: &App) {
|
||||
}
|
||||
|
||||
// core should be initialized after init_app fix #122
|
||||
let mut core = Core::global();
|
||||
let core = Core::global();
|
||||
core.init(app.app_handle());
|
||||
|
||||
resolve_window(app);
|
||||
|
||||
Reference in New Issue
Block a user