0
0

menuDisplay: sideIcon

This commit is contained in:
caipira113 2024-08-19 19:45:16 +09:00
parent dd58eacac0
commit 07553f5f8e
No known key found for this signature in database

View File

@ -320,7 +320,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
menuDisplay: {
where: 'device',
default: 'sideFull' as 'sideFull' | 'sideIcon' | 'top',
default: 'sideIcon' as 'sideFull' | 'sideIcon' | 'top',
},
reportError: {
where: 'device',