mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 08:11:11 -06:00
Detect dank mode on Mac OS
This commit is contained in:
parent
fb0836b0b2
commit
b158598393
5 changed files with 61 additions and 4 deletions
|
@ -149,7 +149,10 @@ set(SLIC3R_GUI_SOURCES
|
|||
)
|
||||
|
||||
if (APPLE)
|
||||
list(APPEND SLIC3R_GUI_SOURCES Utils/RetinaHelperImpl.mm)
|
||||
list(APPEND SLIC3R_GUI_SOURCES
|
||||
Utils/RetinaHelperImpl.mm
|
||||
Utils/MacDarkMode.mm
|
||||
)
|
||||
endif ()
|
||||
|
||||
add_library(libslic3r_gui STATIC ${SLIC3R_GUI_SOURCES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue