mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-25 11:46:06 +02:00
Use close instead
This commit is contained in:
@@ -567,7 +567,7 @@ impl<R: Runtime> Store<R> {
|
||||
if let Some(rid) = stores.get(&store.path).copied() {
|
||||
drop(store);
|
||||
drop(stores);
|
||||
let _ = app.resources_table().take::<Store<R>>(rid);
|
||||
let _ = app.resources_table().close(rid);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user