Skip to content

Commit

Permalink
fix: trivial difficulty value
Browse files Browse the repository at this point in the history
  • Loading branch information
alexktzk committed Feb 21, 2019
1 parent ba8597e commit afb4e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3>Preferences</h3>

<b>Default difficulty for todos:</b>
<select id="priority">
<option value="0.5">Trivial</option>
<option value="0.1">Trivial</option>
<option value="1">Easy</option>
<option value="1.5">Medium</option>
<option value="2">Hard</option>
Expand Down

0 comments on commit afb4e47

Please sign in to comment.