mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
data-is-dark
This commit is contained in:
@@ -118,6 +118,8 @@ class MasterSiteView extends View {
|
||||
body.dataset[param] = this.getThemeManager().getParam(param);
|
||||
}
|
||||
|
||||
body.dataset.isDark = this.getThemeManager().getParam('isDark') ?? false;
|
||||
|
||||
const footerView = this.getView('footer');
|
||||
|
||||
if (footerView) {
|
||||
|
||||
Reference in New Issue
Block a user