Skip to content

Commit 6a4350a

Browse files
authored
Merge pull request #778 from SISheogorath/fix/nightModeToggle
Fix night mode button after restore
2 parents 57c47a6 + 8b69013 commit 6a4350a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/js/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ $(document).ready(function () {
451451
// Re-enable nightmode
452452
if (store.get('nightMode') || Cookies.get('nightMode')) {
453453
$body.addClass('night')
454+
ui.toolbar.night.addClass('active')
454455
}
455456

456457
// showup

0 commit comments

Comments
 (0)