enhance(frontend): migrate overridedDeviceKind to preference
This commit is contained in:
@@ -81,10 +81,6 @@ export const store = markRaw(new Storage('base', {
|
||||
},
|
||||
},
|
||||
},
|
||||
overridedDeviceKind: {
|
||||
where: 'device',
|
||||
default: null as DeviceKind | null,
|
||||
},
|
||||
darkMode: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
@@ -153,6 +149,10 @@ export const store = markRaw(new Storage('base', {
|
||||
data: Record<string, any>;
|
||||
}[],
|
||||
},
|
||||
overridedDeviceKind: {
|
||||
where: 'device',
|
||||
default: null as DeviceKind | null,
|
||||
},
|
||||
defaultSideView: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
|
Reference in New Issue
Block a user