アイコンを四角で表示するオプション

This commit is contained in:
syuilo
2021-07-19 15:11:28 +09:00
parent 862ddde0db
commit f1c9e596e8
4 changed files with 43 additions and 24 deletions

View File

@@ -194,6 +194,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false
},
squareAvatars: {
where: 'device',
default: false
},
}));
// TODO: 他のタブと永続化されたstateを同期