mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
turnoff the debug mode on preferences
also switch the environment to production and update version to 1.0.10.4 Change-Id: I396993ffa2bdfa5e60d69b61870d3710c6963489
This commit is contained in:
parent
0b921c44a8
commit
4544dad62c
3 changed files with 9 additions and 6 deletions
|
@ -569,15 +569,18 @@ void PreferencesDialog::create()
|
|||
m_sizer_body->Add(m_top_line, 0, wxEXPAND, 0);
|
||||
|
||||
auto general_page = create_general_page();
|
||||
#if !BBL_RELEASE_TO_PUBLIC
|
||||
auto debug_page = create_debug_page();
|
||||
|
||||
#endif
|
||||
/* create_gui_page();
|
||||
create_sync_page();
|
||||
create_shortcuts_page();*/
|
||||
|
||||
m_sizer_body->Add(0, 0, 0, wxTOP, FromDIP(28));
|
||||
m_sizer_body->Add(general_page, 0, wxEXPAND | wxLEFT | wxRIGHT, FromDIP(38));
|
||||
#if !BBL_RELEASE_TO_PUBLIC
|
||||
m_sizer_body->Add(debug_page, 0, wxEXPAND | wxLEFT | wxRIGHT, FromDIP(38));
|
||||
#endif
|
||||
m_sizer_body->Add(0, 0, 0, wxBOTTOM, FromDIP(28));
|
||||
SetSizer(m_sizer_body);
|
||||
Layout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue