mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +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)
|
||||
$('#quitCurrentApp').show();
|
||||
$("#gameList .game-container").remove();
|
||||
|
||||
// Show a spinner while the applist loads
|
||||
$('#naclSpinnerMessage').text('Loading apps...');
|
||||
$('#naclSpinner').css('display', 'inline-block');
|
||||
|
||||
$("div.game-container").remove();
|
||||
|
||||
host.getAppList().then(function(appList) {
|
||||
$('#naclSpinner').hide();
|
||||
$("#game-grid").show();
|
||||
@ -871,8 +868,6 @@ function updateDefaultBitrate() {
|
||||
|
||||
function onWindowLoad() {
|
||||
console.log('%c[index.js]', 'color: green;', 'Moonlight\'s main window loaded');
|
||||
// don't show the game selection div
|
||||
$('#gameSelection').css('display', 'none');
|
||||
|
||||
loadWindowState();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user