mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-02 22:06:03 +00:00
Remove unpair functionality because it doesn't work on modern GFE versions
This commit is contained in:
12
index.html
12
index.html
@@ -104,16 +104,16 @@
|
||||
</div>
|
||||
</dialog>
|
||||
|
||||
<dialog id="unpairHostDialog" class="mdl-dialog">
|
||||
<h3 class="mdl-dialog__title">Unpair from this host?</h3>
|
||||
<dialog id="deleteHostDialog" class="mdl-dialog">
|
||||
<h3 class="mdl-dialog__title">Delete PC</h3>
|
||||
<div class="mdl-dialog__content">
|
||||
<p id="unpairHostDialogText">
|
||||
Are you sure you want to unpair from this host?
|
||||
<p id="deleteHostDialogText">
|
||||
Are you sure you want to delete this host?
|
||||
</p>
|
||||
</div>
|
||||
<div class="mdl-dialog__actions">
|
||||
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="cancelUnpairHost">No</button>
|
||||
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="continueUnpairHost">Yes</button>
|
||||
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="cancelDeleteHost">No</button>
|
||||
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="continueDeleteHost">Yes</button>
|
||||
</div>
|
||||
</dialog>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user