mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-02-16 02:30:56 +00:00
fixed issue where add icon didn't show the add host dialog
This commit is contained in:
@@ -14,6 +14,7 @@ function attachListeners() {
|
||||
$('#bitrateSlider').on('change', saveBitrate); // change occurs once the mouse lets go.
|
||||
$('#hostChosen').on('click', hostChosen);
|
||||
$('#addHostCell').on('click', addHost);
|
||||
$('#addHostIcon').on('click', addHost); // duplicate, because clicking the icon inside the button requires a different listener
|
||||
$('#cancelAddHost').on('click', cancelAddHost);
|
||||
$('#continueAddHost').on('click', continueAddHost);
|
||||
$('#forgetHost').on('click', forgetHost);
|
||||
|
||||
Reference in New Issue
Block a user