FIX: mainframe tab enum

Change-Id: I707e1b0274b25f7d16611dd823278d0d020cfb0e
This commit is contained in:
liz.li 2023-07-04 17:24:54 +08:00 committed by Lane.Wei
parent d208272695
commit 1d8489cfb4

View file

@ -222,8 +222,8 @@ public:
tpPreview = 2,
tpMonitor = 3,
tpProject = 4,
tpAuxiliary = 5,
tpCalibration = 6,
tpCalibration = 5,
tpAuxiliary = 6,
toDebugTool = 7,
};