1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-03 13:13:13 +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
+1 -1
View File
@@ -1,6 +1,6 @@
function choose (ui) {
console.log(ui.enableScheduleTheme)
if (ui.enableScheduleTheme !== 'on') {
if (!ui.enableScheduleTheme) {
return
}