mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-07 16:26:12 +00:00
added id quitCurrentApp to div.cancel-current
This commit is contained in:
@@ -334,7 +334,7 @@ function showApps() {
|
||||
});
|
||||
});
|
||||
|
||||
$(".mdl-layout__header-row").append($("<div>", {html:$("<img src=static\\res\\ic_remove_circle_white_24px.svg id=quitCurrentApp\>"), class: 'cancel-current'}).append($("<span>", {html: 'Quit Current App', class:"game-title"})));
|
||||
$(".mdl-layout__header-row").append($("<div>", {html:$("<img src=static\\res\\ic_remove_circle_white_24px.svg\>"), class: 'cancel-current', id: 'quitCurrentApp'}).append($("<span>", {html: 'Quit Current App', class:"game-title"})));
|
||||
$('#quitCurrentApp').on('click', function() {api.quitApp(); api.refreshServerInfo(); });
|
||||
|
||||
}, function (failedAppList) {
|
||||
|
||||
Reference in New Issue
Block a user