mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Enable imgui on Mac
This commit is contained in:
parent
f5080ea7f5
commit
e4da00c195
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
// Enables shortcut keys for gizmos
|
// Enables shortcut keys for gizmos
|
||||||
#define ENABLE_GIZMOS_SHORTCUT (1 && ENABLE_1_42_0)
|
#define ENABLE_GIZMOS_SHORTCUT (1 && ENABLE_1_42_0)
|
||||||
// Scene's GUI made using imgui library
|
// Scene's GUI made using imgui library
|
||||||
#define ENABLE_IMGUI (1 && !__APPLE__ && ENABLE_1_42_0)
|
#define ENABLE_IMGUI (1 && ENABLE_1_42_0)
|
||||||
|
|
||||||
#endif // _technologies_h_
|
#endif // _technologies_h_
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue