mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-27 11:56:05 +02:00
Missed if load
This commit is contained in:
@@ -185,9 +185,7 @@ impl<R: Runtime> StoreBuilder<R> {
|
||||
self.serialize_fn,
|
||||
self.deserialize_fn,
|
||||
);
|
||||
if load {
|
||||
let _ = store_inner.load();
|
||||
}
|
||||
let _ = store_inner.load();
|
||||
|
||||
let store = Store {
|
||||
auto_save: self.auto_save,
|
||||
|
||||
Reference in New Issue
Block a user