Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Aug 19, 2023
1 parent d3f0b02 commit 56f776a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if (theme.id && theme.id !== '') {
document.documentElement.dataset.theme = theme.id
}
window.isSystemRespectingTheme = themeJson.respect_system_appearance
window.isSystemRespectingTheme = theme.respect_system_appearance

const propertiesJson = document.getElementById('theme-manager-properties').text
const parsedProperties = JSON.parse(propertiesJson);
Expand Down

0 comments on commit 56f776a

Please sign in to comment.