Tada?
This commit is contained in:
parent
bb7d09d1ef
commit
311718e6d3
3 changed files with 15 additions and 4 deletions
|
@ -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(())
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue