1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

Fixed checkbox

This commit is contained in:
Gonçalo Santos
2018-11-28 12:09:42 +00:00
parent f38fef23a0
commit 0f8c627474
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
function choose (ui) {
console.log(ui.enableScheduleTheme)
if (ui.enableScheduleTheme !== 'on') {
if (!ui.enableScheduleTheme) {
return
}