Skip to content
Snippets Groups Projects
Unverified Commit 2b6d9348 authored by GyDi's avatar GyDi
Browse files

fix: use crate

parent 692f8c84
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment