Browse Source

fix(desktop): build failing - missing import (#7697)

Lekë Dobruna 3 tháng trước cách đây
mục cha
commit
2d2a044961

+ 1 - 0
packages/desktop/src-tauri/src/lib.rs

@@ -16,6 +16,7 @@ use tauri::{
 use tauri_plugin_dialog::{DialogExt, MessageDialogButtons, MessageDialogResult};
 use tauri_plugin_dialog::{DialogExt, MessageDialogButtons, MessageDialogResult};
 use tauri_plugin_shell::process::{CommandChild, CommandEvent};
 use tauri_plugin_shell::process::{CommandChild, CommandEvent};
 use tauri_plugin_shell::ShellExt;
 use tauri_plugin_shell::ShellExt;
+use tauri_plugin_store::StoreExt;
 use tokio::net::TcpSocket;
 use tokio::net::TcpSocket;
 
 
 use crate::window_customizer::PinchZoomDisablePlugin;
 use crate::window_customizer::PinchZoomDisablePlugin;