mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-22 16:06:44 +00:00
moved to single-button for pairing and streaming. This closes #26
This commit is contained in:
@@ -27,14 +27,12 @@
|
||||
<div id="streamSettings">
|
||||
<div class="mdl-select">
|
||||
<select id="selectResolution">
|
||||
<option value="NONE">Stream Resolution</option>
|
||||
<option value="1280:720">1280x720</option>
|
||||
<option value="1920:1080">1920x1080</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="mdl-select">
|
||||
<select id="selectFramerate">
|
||||
<option value="NONE">Framerate</option>
|
||||
<option value="30">30fps</option>
|
||||
<option value="60">60fps</option>
|
||||
</select>
|
||||
@@ -55,8 +53,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="button-holder">
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="pairButton">Pair</button>
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent" id="showAppsButton">Retrieve App List</button>
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="hostChosen">Connect</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user