1
0

upd: add option to select between note designs

Adds the ability to choose between `Sharkey` or `Misskey`
This commit is contained in:
Mar0xy
2023-12-02 13:09:25 +01:00
parent 1c75339471
commit f0fe8eceaf
16 changed files with 3404 additions and 323 deletions
+4
View File
@@ -254,6 +254,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
noteDesign: {
where: 'device',
default: 'sharkey' as 'sharkey' | 'misskey',
},
enableInfiniteScroll: {
where: 'device',
default: true,