[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
No known key found for this signature in database
GPG Key ID: D044E84C5BE01605

View File

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