mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
NEW:add 3Dconnexion dialog
Change-Id: I0dd1160decb11e5040399bb9c27f571a03b1d082
This commit is contained in:
parent
440bcc8090
commit
65393b8f73
6 changed files with 130 additions and 57 deletions
|
@ -184,10 +184,10 @@ void AppConfig::set_defaults()
|
|||
|
||||
#ifdef _WIN32
|
||||
|
||||
#ifdef SUPPORT_3D_CONNEXION
|
||||
//#ifdef SUPPORT_3D_CONNEXION
|
||||
if (get("use_legacy_3DConnexion").empty())
|
||||
set_bool("use_legacy_3DConnexion", false);
|
||||
#endif
|
||||
set_bool("use_legacy_3DConnexion", true);
|
||||
//#endif
|
||||
|
||||
#ifdef SUPPORT_DARK_MODE
|
||||
if (get("dark_color_mode").empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue