This commit is contained in:
Bianca Fürstenau 2025-02-10 15:41:50 +01:00
parent bb7d09d1ef
commit 311718e6d3
3 changed files with 15 additions and 4 deletions

View file

@ -106,7 +106,7 @@ pub fn run() {
tauri::Builder::default()
.plugin(tauri_plugin_fs::init())
.setup(|app| {
// app.manage(Mutex::new(door));
app.manage(Mutex::new(door));
app.manage(Mutex::new(state));
Ok(())
})