mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
FIX: mainframe tab enum
Change-Id: I707e1b0274b25f7d16611dd823278d0d020cfb0e
This commit is contained in:
parent
d208272695
commit
1d8489cfb4
1 changed files with 2 additions and 2 deletions
|
@ -222,8 +222,8 @@ public:
|
||||||
tpPreview = 2,
|
tpPreview = 2,
|
||||||
tpMonitor = 3,
|
tpMonitor = 3,
|
||||||
tpProject = 4,
|
tpProject = 4,
|
||||||
tpAuxiliary = 5,
|
tpCalibration = 5,
|
||||||
tpCalibration = 6,
|
tpAuxiliary = 6,
|
||||||
toDebugTool = 7,
|
toDebugTool = 7,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue