Skip to content

Commit

Permalink
added a handy range slider to the delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Wray Bowling committed Mar 1, 2018
1 parent 4db489e commit 771afe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ <h1>Settings</h1>
<label>
<div>Thanks &amp; Wait (seconds)</div>
<input type="number" v-model="settings.thanksDelay" pattern="\d*" size="10" min="5" max="30" placeholder="10">
<input type="range" v-model="settings.thanksDelay" min="5" max="30">
</label>

<label>
Expand Down

0 comments on commit 771afe1

Please sign in to comment.