アイコンを四角で表示するオプション
This commit is contained in:
parent
862ddde0db
commit
f1c9e596e8
4 changed files with 43 additions and 24 deletions
|
|
@ -194,6 +194,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: false
|
||||
},
|
||||
squareAvatars: {
|
||||
where: 'device',
|
||||
default: false
|
||||
},
|
||||
}));
|
||||
|
||||
// TODO: 他のタブと永続化されたstateを同期
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue