This commit is contained in:
NoriDev 2023-09-22 14:08:37 +09:00
parent 12ac9ecb61
commit 2bce7ff23a

View file

@ -115,7 +115,11 @@ const defaultStoreSaveKeys: (keyof typeof defaultStore['state'])[] = [
'postFormVisibilityHotkey',
'showRenoteConfirmPopup',
'displayHeaderNavBarWhenScroll',
'infoButtonForNoteActionsEnabled',
'reactableRemoteReactionEnabled',
'showFollowingMessageInsteadOfButtonEnabled',
'mobileTimelineHeaderChange',
'renameTheButtonInPostFormToNya',
];
const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [
'lightTheme',