Handle glue-the-gian and msm light theme too

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-09-16 01:29:49 +01:00
parent 57544f9baf
commit 19eb3398ea
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 7 additions and 4 deletions

View file

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