ENABLE_GCODE_VIEWER_AS_STATE -> Removed tabs from gcode viewer state

This commit is contained in:
enricoturri1966 2020-06-19 15:32:44 +02:00
parent 653efca5b4
commit eb215fe994
4 changed files with 57 additions and 4 deletions

View file

@ -138,6 +138,9 @@ class MainFrame : public DPIFrame
Old,
New,
Dlg,
#if ENABLE_GCODE_VIEWER_AS_STATE
GCodeViewer
#endif // ENABLE_GCODE_VIEWER_AS_STATE
};
ESettingsLayout m_layout{ ESettingsLayout::Unknown };