feat: save folding option with localstorage (#641)

* fix: change folding option need reload

* fix: floding option undefied
This commit is contained in:
Stephen Zhou
2022-11-30 19:13:55 +08:00
committed by GitHub
parent b8f24af5ae
commit 6b058cd299
7 changed files with 37 additions and 20 deletions

View File

@ -10,6 +10,8 @@ interface StorageData {
editingMemoVisibilityCache: Visibility;
// locale
locale: Locale;
// local setting
localSetting: LocalSetting;
// skipped version
skippedVersion: string;
}