feat(client): デバイスの種類を手動指定できるように
This commit is contained in:
@@ -106,6 +106,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
}
|
||||
},
|
||||
|
||||
overridedDeviceKind: {
|
||||
where: 'device',
|
||||
default: null as null | 'smartphone' | 'tablet' | 'desktop',
|
||||
},
|
||||
serverDisconnectedBehavior: {
|
||||
where: 'device',
|
||||
default: 'quiet' as 'quiet' | 'reload' | 'dialog'
|
||||
|
Reference in New Issue
Block a user