From e978abf0e9f3f0b3d4cba468a679ab8e22710d87 Mon Sep 17 00:00:00 2001 From: locpham Date: Sat, 8 Aug 2026 10:04:58 +0000 Subject: [PATCH] =?UTF-8?q?FIX:=20lib.rs=20=E2=80=94=20import=20tauri::Man?= =?UTF-8?q?ager=20(can=20manage/state)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 91b5b8b..d88babb 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -1,4 +1,5 @@ // SonicForge DAW — desktop shell: spawn/terminate daw_engine.exe sidecar. +use tauri::Manager; use tauri_plugin_shell::process::CommandChild; use tauri_plugin_shell::ShellExt; use std::sync::Mutex;