mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-29 16:20:15 -06:00
modified store.ts
This commit is contained in:
parent
56c335761d
commit
f375199a46
1 changed files with 5 additions and 1 deletions
|
@ -513,7 +513,11 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
noteClickToOpen: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
enableFallbackReactButton: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
},
|
||||
}));
|
||||
|
||||
|
|
Loading…
Reference in a new issue