[client] Include missing settings in preference backups

Resolves #272
This commit is contained in:
Laura Hausmann 2023-11-04 20:36:55 +01:00
parent 0e03f305cb
commit cc62237ae8
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -115,6 +115,8 @@ const defaultStoreSaveKeys: (keyof (typeof defaultStore)["state"])[] = [
"enableEmojiReactions",
"showEmojisInReactionNotifications",
"showTimelineReplies",
"expandOnNoteClick",
"cwStyle",
];
const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [
"lightTheme",