Updated store

This commit is contained in:
ThatOneCalculator 2022-07-18 20:31:30 -07:00
parent d146280677
commit e082f12b6d

View File

@ -53,7 +53,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
reactions: { reactions: {
where: 'account', where: 'account',
default: ['👍', '❤️', '😆', '🤔', '😮', '🎉', '💢', '😥', '😇', '🍮'], default: ['', '❤️', '😆', '🤔', '😮', '🎉', '💢', '😥', '😇', '🍮'],
}, },
mutedWords: { mutedWords: {
where: 'account', where: 'account',
@ -165,7 +165,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
useBlurEffect: { useBlurEffect: {
where: 'device', where: 'device',
default: true, default: false,
}, },
showFixedPostForm: { showFixedPostForm: {
where: 'device', where: 'device',
@ -193,15 +193,15 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
reactionPickerSize: { reactionPickerSize: {
where: 'device', where: 'device',
default: 1, default: 3,
}, },
reactionPickerWidth: { reactionPickerWidth: {
where: 'device', where: 'device',
default: 1, default: 3,
}, },
reactionPickerHeight: { reactionPickerHeight: {
where: 'device', where: 'device',
default: 2, default: 3,
}, },
reactionPickerUseDrawerForMobile: { reactionPickerUseDrawerForMobile: {
where: 'device', where: 'device',
@ -269,8 +269,8 @@ type Plugin = {
/** /**
* () * ()
*/ */
import lightTheme from '@/themes/l-light.json5'; import lightTheme from '@/themes/l-rosepinedawn.json5';
import darkTheme from '@/themes/d-green-lime.json5'; import darkTheme from '@/themes/d-rosepine.json5';
export class ColdDeviceStorage { export class ColdDeviceStorage {
public static default = { public static default = {
@ -280,7 +280,7 @@ export class ColdDeviceStorage {
plugins: [] as Plugin[], plugins: [] as Plugin[],
mediaVolume: 0.5, mediaVolume: 0.5,
sound_masterVolume: 0.3, sound_masterVolume: 0.3,
sound_note: { type: 'syuilo/down', volume: 1 }, sound_note: { type: 'None', volume: 0 },
sound_noteMy: { type: 'syuilo/up', volume: 1 }, sound_noteMy: { type: 'syuilo/up', volume: 1 },
sound_notification: { type: 'syuilo/pope2', volume: 1 }, sound_notification: { type: 'syuilo/pope2', volume: 1 },
sound_chat: { type: 'syuilo/pope1', volume: 1 }, sound_chat: { type: 'syuilo/pope1', volume: 1 },