fix: use crate
This commit is contained in:
parent
692f8c8454
commit
2b6d9348cd
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue