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