mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-02-13 12:42:42 +00:00
fix: zero/engine backups should be x backups
This commit is contained in:
@@ -145,7 +145,7 @@ export class CharaDevice {
|
||||
|
||||
version!: string;
|
||||
company!: "CHARACHORDER" | "FORGE";
|
||||
device!: "ONE" | "TWO" | "LITE" | "X" | "M4G";
|
||||
device!: "ONE" | "TWO" | "LITE" | "X" | "M4G" | "ENGINE" | "ZERO";
|
||||
chipset!: "M0" | "S2" | "S3";
|
||||
keyCount!: 90 | 67 | 256;
|
||||
layerCount = 3;
|
||||
|
||||
Reference in New Issue
Block a user