Calendar: Fix public checkbox defaulted to checked when it was not supposed to

This commit is contained in:
nathan 2022-11-18 13:08:48 -07:00
parent 8434549ace
commit 5735392ef4

View File

@ -228,7 +228,7 @@
<label value="Options"/>
<checkbox statustext="Event will occupy the whole day" label="whole day" id="whole_day"
onchange="app.calendar.set_alarmOptions_WD"/>
<checkbox label="Private" id="public" options="0,1"
<checkbox label="Private" id="public" selectedValue="0" unselectedValue="1"
statustext="Mark event as private to hide title and description"/>
<checkbox statustext="A non blocking event will not conflict with other events" label="non blocking"
id="non_blocking" options="1,0, ," span="2"/>