You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The toggle is inverted and the fields should actually be disabled when
the toggle is off.
Added a "inverted" parameter for the fields and made the texts a bit
clearer
<divclass="col-sm-8">Custom moon altitude threshold (91 is disabled)</div>
4418
+
<divclass="col-sm-8">Exclude images when moon altitude exceeds this value in degrees. Both altitude and phase must be exceeded to exclude (AND logic). 91 disables the check (moon can never reach 91°). A reasonable starting point is 30°.</div>
<divclass="col-sm-8">Custom moon phase threshold (101 is disabled)</div>
4429
+
<divclass="col-sm-8">Exclude images when moon phase exceeds this percentage. Both altitude and phase must be exceeded to exclude (AND logic). 101 disables the check (moon phase can never exceed 100%). A reasonable starting point is 50%.</div>
0 commit comments