store.tsの順番の変更

This commit is contained in:
NoriDev 2023-08-04 17:31:17 +09:00
parent d72934f27d
commit 93e65570ba

View file

@ -348,18 +348,6 @@ export const defaultStore = markRaw(new Storage('base', {
// #region CherryPick
// - Settings/General
useEnterToSend: {
where: 'device',
default: false,
},
postFormVisibilityHotkey: {
where: 'device',
default: true,
},
showRenoteConfirmPopup: {
where: 'device',
default: true,
},
newNoteReceivedNotificationBehavior: {
where: 'device',
default: 'count' as 'default' | 'count' | 'none',
@ -456,6 +444,18 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'account',
default: {} as Record<string, string>,
},
useEnterToSend: {
where: 'device',
default: false,
},
postFormVisibilityHotkey: {
where: 'device',
default: true,
},
showRenoteConfirmPopup: {
where: 'device',
default: true,
},
infoButtonForNoteActionsEnabled: {
where: 'account',
default: true,