mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -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",
|
"showEmojisInReactionNotifications",
|
||||||
"showTimelineReplies",
|
"showTimelineReplies",
|
||||||
"expandOnNoteClick",
|
"expandOnNoteClick",
|
||||||
|
"alwaysExpandCws",
|
||||||
"cwStyle",
|
"cwStyle",
|
||||||
];
|
];
|
||||||
const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [
|
const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [
|
||||||
|
|
Loading…
Reference in a new issue