mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
Correct default resolution to 720p
This commit is contained in:
parent
3f0d2b9909
commit
fb85ea15da
@ -24,8 +24,8 @@
|
||||
|
||||
<div class="nav-menu-parent">
|
||||
<div id="resolutionMenu">
|
||||
<button id="selectResolution" data-value="1920:1080" class="mdl-button mdl-js-button">
|
||||
1080p
|
||||
<button id="selectResolution" data-value="1280:720" class="mdl-button mdl-js-button">
|
||||
720p
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user