mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 00:26:56 +00:00
Fix resolution and FPS terminology to be consistent with other clients
This commit is contained in:
parent
b5d2a20146
commit
25062b99b1
@ -27,15 +27,15 @@
|
||||
<div id="streamSettings">
|
||||
<div class="mdl-select">
|
||||
<select id="selectResolution">
|
||||
<option value="1280:720">1280x720</option>
|
||||
<option value="1920:1080">1920x1080</option>
|
||||
<option value="1280:720">720p</option>
|
||||
<option value="1920:1080">1080p</option>
|
||||
<option value="3840:2160">4K</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="mdl-select">
|
||||
<select id="selectFramerate">
|
||||
<option value="30">30fps</option>
|
||||
<option value="60">60fps</option>
|
||||
<option value="30">30 FPS</option>
|
||||
<option value="60">60 FPS</option>
|
||||
</select>
|
||||
<output id='bitrateField'>10 Mbps</output>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user