mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06: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:
parent
def87a59c0
commit
92d764e9ee
8 changed files with 32 additions and 19 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue