enhance(frontend): アイコンのデコレーションを非表示にできるように

This commit is contained in:
syuilo
2023-10-22 16:05:32 +09:00
parent ce09a35b03
commit 18fb7a2080
7 changed files with 17 additions and 5 deletions

View File

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