fix: use crate

This commit is contained in:
GyDi 2023-02-11 23:31:55 +08:00
parent 692f8c8454
commit 2b6d9348cd
No known key found for this signature in database
GPG Key ID: 9C3AD40F1F99880A

View File

@ -174,7 +174,7 @@ impl Sysopt {
// fix #403
#[cfg(target_os = "linux")]
let app_path = {
use core::handle::Handle;
use crate::core::handle::Handle;
use tauri::Manager;
let handle = Handle::global();