Browse Source

fix: use crate

GyDi 2 năm trước cách đây
mục cha
commit
2b6d9348cd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src-tauri/src/core/sysopt.rs

+ 1 - 1
src-tauri/src/core/sysopt.rs

@@ -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();