mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-18 09:06:47 +00:00
Removed unused gameList and gameSelection ids
This commit is contained in:
parent
9457304ad3
commit
34b6004ad3
@ -479,14 +479,11 @@ function showApps(host) {
|
|||||||
}
|
}
|
||||||
console.log('%c[index.js, showApps]', 'color: green;', 'Current host object:', host, host.toString()); //Logging both object (for console) and toString-ed object (for text logs)
|
console.log('%c[index.js, showApps]', 'color: green;', 'Current host object:', host, host.toString()); //Logging both object (for console) and toString-ed object (for text logs)
|
||||||
$('#quitCurrentApp').show();
|
$('#quitCurrentApp').show();
|
||||||
$("#gameList .game-container").remove();
|
|
||||||
|
|
||||||
// Show a spinner while the applist loads
|
// Show a spinner while the applist loads
|
||||||
$('#naclSpinnerMessage').text('Loading apps...');
|
$('#naclSpinnerMessage').text('Loading apps...');
|
||||||
$('#naclSpinner').css('display', 'inline-block');
|
$('#naclSpinner').css('display', 'inline-block');
|
||||||
|
|
||||||
$("div.game-container").remove();
|
|
||||||
|
|
||||||
host.getAppList().then(function(appList) {
|
host.getAppList().then(function(appList) {
|
||||||
$('#naclSpinner').hide();
|
$('#naclSpinner').hide();
|
||||||
$("#game-grid").show();
|
$("#game-grid").show();
|
||||||
@ -871,8 +868,6 @@ function updateDefaultBitrate() {
|
|||||||
|
|
||||||
function onWindowLoad() {
|
function onWindowLoad() {
|
||||||
console.log('%c[index.js]', 'color: green;', 'Moonlight\'s main window loaded');
|
console.log('%c[index.js]', 'color: green;', 'Moonlight\'s main window loaded');
|
||||||
// don't show the game selection div
|
|
||||||
$('#gameSelection').css('display', 'none');
|
|
||||||
|
|
||||||
loadWindowState();
|
loadWindowState();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user