mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
* fix(store): Use event module instead of appWindow, fixes #282 * fmt
This commit is contained in:
@@ -64,7 +64,9 @@ await store.save(); // this manually saves the store, otherwise the store is onl
|
||||
```
|
||||
|
||||
### Persisting values
|
||||
|
||||
Values added to the store are not persisted between application loads unless:
|
||||
|
||||
1. The application is closed gracefully (plugin automatically saves)
|
||||
2. The store is manually saved (using `store.save()`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user