mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Change quality slider starting value.
This commit is contained in:
parent
f7b20c087b
commit
fe9fc2ebc4
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user