mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:33:45 +08:00
fix: use crate
This commit is contained in:
parent
7e768aa6e9
commit
a23b0ba945
@ -174,7 +174,7 @@ impl Sysopt {
|
|||||||
// fix #403
|
// fix #403
|
||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
let app_path = {
|
let app_path = {
|
||||||
use core::handle::Handle;
|
use crate::core::handle::Handle;
|
||||||
use tauri::Manager;
|
use tauri::Manager;
|
||||||
|
|
||||||
let handle = Handle::global();
|
let handle = Handle::global();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user