Skip to content

Commit

Permalink
Change quality slider starting value.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Mar 22, 2020
1 parent e7ed99e commit a453afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Pages/RemoteControl.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
Image Quality
</div>
<div>
<input id="qualityRangeInput" value="50" max="100" class="form-control-range" type="range" />
<input id="qualityRangeInput" value="75" max="100" class="form-control-range" type="range" />
<div style="color:white; font-size:12px; text-align: left">
<input id="autoAdjustQualityCheckBox" type="checkbox" checked />
<label for="autoAdjustQualityCheckBox">Auto Adjust</label>
Expand Down

0 comments on commit a453afb

Please sign in to comment.