Browse Source

Handle glue-the-gian and msm light theme too

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.09
falkTX 3 years ago
parent
commit
19eb3398ea
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 7 additions and 4 deletions
  1. +1
    -1
      plugins/GlueTheGiant
  2. +1
    -1
      plugins/MSM
  3. +1
    -2
      plugins/Makefile
  4. +4
    -0
      plugins/plugins.cpp

+ 1
- 1
plugins/GlueTheGiant

@@ -1 +1 @@
Subproject commit 2c535bc38d61fd4d776aad7307c1dfbbed062b66
Subproject commit 5f05d62ddc2773098daf1044eb6698581acd4eb6

+ 1
- 1
plugins/MSM

@@ -1 +1 @@
Subproject commit 2ebac7567be4dbb00128b5d7aaccfdf4aac26e81
Subproject commit 3315c11e8506c28cece304fe4b772383a2820f86

+ 1
- 2
plugins/Makefile View File

@@ -1906,8 +1906,7 @@ $(BUILD_DIR)/MSM/%.cpp.o: MSM/%.cpp
@echo "Compiling $<" @echo "Compiling $<"
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \ $(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@ \
$(foreach m,$(MSM_CUSTOM),$(call custom_module_names,$(m),MSM)) \ $(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 $(BUILD_DIR)/myth-modules/%.cpp.o: myth-modules/%.cpp
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)" -@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"


+ 4
- 0
plugins/plugins.cpp View File

@@ -2942,6 +2942,10 @@ void updateStaticPluginsDarkMode()
{ {
panelTheme = darkMode ? 1 : 0; panelTheme = darkMode ? 1 : 0;
} }
// glue the giant
{
gtg_default_theme = darkMode ? 1 : 0;
}
#endif #endif
} }




Loading…
Cancel
Save