mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
NEW:added dark mode
Change-Id: I3f61f1d93020e0a9dfba2c7d6cf6bf5194effcfa
This commit is contained in:
parent
6ae575d885
commit
6f4e80bbb6
78 changed files with 2021 additions and 398 deletions
|
@ -405,6 +405,16 @@ set(SLIC3R_GUI_SOURCES
|
|||
Utils/NetworkAgent.hpp
|
||||
)
|
||||
|
||||
if (WIN32)
|
||||
list(APPEND SLIC3R_GUI_SOURCES
|
||||
GUI/dark_mode/dark_mode.hpp
|
||||
GUI/dark_mode/IatHook.hpp
|
||||
GUI/dark_mode/UAHMenuBar.hpp
|
||||
GUI/dark_mode.hpp
|
||||
GUI/dark_mode.cpp
|
||||
)
|
||||
endif ()
|
||||
|
||||
if (APPLE)
|
||||
list(APPEND SLIC3R_GUI_SOURCES
|
||||
Utils/RetinaHelperImpl.mm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue