mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
stream settings are now stored, but they don't do anything
This commit is contained in:
parent
61cc902c63
commit
0aa55254eb
@ -30,7 +30,7 @@
|
||||
<div id="streamSettings">
|
||||
<div class="mdl-select">
|
||||
<select id="selectResolution">
|
||||
<option selected="720">Stream Resolution</option>
|
||||
<option selected="NONE">Stream Resolution</option>
|
||||
<option value="720">1280x720</option>
|
||||
<option value="768">1366x768</option>
|
||||
<option value="1280">1920x1080</option>
|
||||
@ -38,7 +38,7 @@
|
||||
</div>
|
||||
<div class="mdl-select">
|
||||
<select id="selectFramerate">
|
||||
<option value="30">Framerate</option>
|
||||
<option value="NONE">Framerate</option>
|
||||
<option value="30">30fps</option>
|
||||
<option value="60">60fps</option>
|
||||
</select>
|
||||
|
@ -17,6 +17,7 @@
|
||||
}
|
||||
},
|
||||
"permissions": [
|
||||
"storage",
|
||||
"pointerLock",
|
||||
"fullscreen", {
|
||||
"socket": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user