Skip to content

Commit c517854

Browse files
authored
sched: fix type re hidden set to false hiding widget
1 parent 52f0847 commit c517854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sched/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Alarms are stored in an array in `sched.json`, and take the form:
4949
// e.g. repeat every 2 months: { interval: "month", num: 2 }.
5050
// Supported intervals: day, week, month, year
5151
vibrate : "...", // OPTIONAL pattern of '.', '-' and ' ' to use for when buzzing out this alarm (defaults to '..' if not set)
52-
hidden : false, // OPTIONAL if false, the widget should not show an icon for this alarm
52+
hidden : false, // OPTIONAL if true, the widget should not show an icon for this alarm
5353
as : false, // auto snooze
5454
timer : 5*60*1000, // OPTIONAL - if set, this is a timer and it's the time in ms
5555
del : false, // OPTIONAL - if true, delete the timer after expiration

0 commit comments

Comments
 (0)