mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
[client] Include another missing setting in preference backups
This commit is contained in:
parent
cc62237ae8
commit
3c2143efd5
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ const defaultStoreSaveKeys: (keyof (typeof defaultStore)["state"])[] = [
|
|||
"showEmojisInReactionNotifications",
|
||||
"showTimelineReplies",
|
||||
"expandOnNoteClick",
|
||||
"alwaysExpandCws",
|
||||
"cwStyle",
|
||||
];
|
||||
const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [
|
||||
|
|
Loading…
Reference in a new issue