upd: rework threading/post ui 1/2

Co-authored-by: Gaspard Wierzbinski <contact@cpluspatch.com>
Co-authored-by: Marie <marie@kaifa.ch>
This commit is contained in:
Insert5StarName 2023-12-02 01:39:29 +01:00
parent ad5a6c1e41
commit 1a4bff7698
8 changed files with 327 additions and 81 deletions

View file

@ -250,6 +250,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
showTickerOnReplies: {
where: 'device',
default: false,
},
enableInfiniteScroll: {
where: 'device',
default: true,