upd: add option for reply depth
This commit is contained in:
parent
107cbac914
commit
05166f79e1
8 changed files with 23 additions and 4 deletions
|
|
@ -346,6 +346,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: 3,
|
||||
},
|
||||
numberOfReplies: {
|
||||
where: 'device',
|
||||
default: 5,
|
||||
},
|
||||
showNoteActionsOnlyHover: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue