Revert Use Tauri Websocket

This commit is contained in:
MystiPanda
2024-01-15 10:17:00 +08:00
parent 6d3ea19ac5
commit 8fc4b338c2
9 changed files with 49 additions and 144 deletions

View File

@@ -24,7 +24,6 @@ fn main() -> std::io::Result<()> {
#[allow(unused_mut)]
let mut builder = tauri::Builder::default()
.plugin(tauri_plugin_websocket::init())
.system_tray(SystemTray::new())
.setup(|app| {
resolve::resolve_setup(app);