btpf / Alexandria

A minimalistic cross-platform eBook reader built with Tauri, Epub.js, and Typescript
GNU General Public License v3.0
2.07k stars 42 forks source link

Fix a bug that prevents bookmarks from being stored #17

Closed cychen2021 closed 9 months ago

cychen2021 commented 9 months ago

The bookState/ToggleBookmark action is not in syncedActions, which prevents bookmarks from being persisted.

btpf commented 9 months ago

Good catch, Thanks.