enhance(frontend): アイコンのデコレーションを非表示にできるように
This commit is contained in:
parent
ce09a35b03
commit
18fb7a2080
7 changed files with 17 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue