Handle glue-the-gian and msm light theme too
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
57544f9baf
commit
19eb3398ea
4 changed files with 7 additions and 4 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 2c535bc38d61fd4d776aad7307c1dfbbed062b66
|
||||
Subproject commit 5f05d62ddc2773098daf1044eb6698581acd4eb6
|
|
@ -1 +1 @@
|
|||
Subproject commit 2ebac7567be4dbb00128b5d7aaccfdf4aac26e81
|
||||
Subproject commit 3315c11e8506c28cece304fe4b772383a2820f86
|
|
@ -1906,8 +1906,7 @@ $(BUILD_DIR)/MSM/%.cpp.o: MSM/%.cpp
|
|||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
|
||||
$(foreach m,$(MSM_CUSTOM),$(call custom_module_names,$(m),MSM)) \
|
||||
-DpluginInstance=pluginInstance__MSM \
|
||||
-DDARKTHEME
|
||||
-DpluginInstance=pluginInstance__MSM
|
||||
|
||||
$(BUILD_DIR)/myth-modules/%.cpp.o: myth-modules/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
|
|
|
@ -2942,6 +2942,10 @@ void updateStaticPluginsDarkMode()
|
|||
{
|
||||
panelTheme = darkMode ? 1 : 0;
|
||||
}
|
||||
// glue the giant
|
||||
{
|
||||
gtg_default_theme = darkMode ? 1 : 0;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue