mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-30 06:12:12 +00:00
NEW: [STUDIO-2769] Split developer mode
Divide developer mode into display parameters and other development options Change-Id: I8666991f3e5580c1abb46f36567651893e8fba4a
This commit is contained in:
@@ -89,12 +89,12 @@ public:
|
||||
|
||||
// debug mode
|
||||
::CheckBox * m_developer_mode_ckeckbox = {nullptr};
|
||||
::CheckBox * m_dump_video_ckeckbox = {nullptr};
|
||||
::CheckBox * m_internal_developer_mode_ckeckbox = {nullptr};
|
||||
::CheckBox * m_dark_mode_ckeckbox = {nullptr};
|
||||
::TextInput *m_backup_interval_textinput = {nullptr};
|
||||
|
||||
wxString m_developer_mode_def;
|
||||
wxString m_dump_video_def;
|
||||
wxString m_internal_developer_mode_def;
|
||||
wxString m_backup_interval_def;
|
||||
wxString m_iot_environment_def;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user