enhance(client): tweak statusbar

This commit is contained in:
syuilo
2022-07-04 01:37:47 +09:00
parent dc1a35c13c
commit 4ab2f16ed3
5 changed files with 63 additions and 60 deletions

View File

@@ -94,13 +94,11 @@ export const defaultStore = markRaw(new Storage('base', {
name: string;
id: string;
type: string;
size: 'verySmall' | 'small' | 'medium' | 'large' | 'veryLarge';
black: boolean;
props: Record<string, any>;
}[],
},
statusbarSize: {
where: 'deviceAccount',
default: 'medium',
},
widgets: {
where: 'deviceAccount',
default: [] as {