mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-17 19:27:29 -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: {
|
noteClickToOpen: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: false,
|
default: true,
|
||||||
|
},
|
||||||
|
enableFallbackReactButton: {
|
||||||
|
where: 'device',
|
||||||
|
default: true,
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue