mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
Fixed checkbox
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function choose (ui) {
|
||||
console.log(ui.enableScheduleTheme)
|
||||
if (ui.enableScheduleTheme !== 'on') {
|
||||
if (!ui.enableScheduleTheme) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user