Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-04-26 17:59:14 +0300
committerVojtech Kral <vojtech@kral.hk>2019-04-29 12:36:01 +0300
commitb158598393778b9aabb7e697232a86b4e5c28ee5 (patch)
treee67b00eba2181db1cb2563039a1f3891c9d43a87 /src/slic3r/GUI/GUI_App.hpp
parentfb0836b0b2f5a5c3eaaa25d5d92c3d5e9661b81b (diff)
Detect dank mode on Mac OS
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index d3c9e0afa..5ee0c1509 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -94,7 +94,9 @@ public:
GUI_App();
- unsigned get_colour_approx_luma(const wxColour &colour);
+ static unsigned get_colour_approx_luma(const wxColour &colour);
+ static bool dark_mode();
+ static bool dark_mode_menus();
void init_label_colours();
void update_label_colours_from_appconfig();
void init_fonts();