Skip to content

Commit

Permalink
Update the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Jun 6, 2022
1 parent a466074 commit 0e527fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function darkModeSettings() {
// Use color_scheme from settings.py
colorScheme = cms_window.CMS.settings.color_scheme;
} else if (cms_window.CMS.config.color_scheme) {
// If overwritten by settings use settings
// If overwritten by config use config. This is the toggle button
colorScheme = cms_window.CMS.config.color_scheme;
}
}
Expand Down

0 comments on commit 0e527fa

Please sign in to comment.