mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 08:12:39 -07:00
16 lines
219 B
C++
16 lines
219 B
C++
#ifndef slic3r_MacDarkMode_hpp_
|
|
#define slic3r_MacDarkMode_hpp_
|
|
|
|
namespace Slic3r {
|
|
namespace GUI {
|
|
|
|
#if __APPLE__
|
|
extern bool mac_dark_mode();
|
|
#endif
|
|
|
|
|
|
} // namespace GUI
|
|
} // namespace Slic3r
|
|
|
|
#endif // MacDarkMode_h
|