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