mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-06-17 22:32:06 +00:00
fixed bug causing options & host to still appear in game selection mode
This commit is contained in:
+2
-4
@@ -262,13 +262,11 @@ function showApps() {
|
|||||||
|
|
||||||
function showAppsMode() {
|
function showAppsMode() {
|
||||||
console.log("entering show apps mode.");
|
console.log("entering show apps mode.");
|
||||||
|
|
||||||
$("#streamSettings").hide();
|
|
||||||
$("#hostSettings").hide();
|
|
||||||
|
|
||||||
$('#backIcon').show();
|
$('#backIcon').show();
|
||||||
$(".mdl-layout__header").show();
|
$(".mdl-layout__header").show();
|
||||||
$("#main-content").children().not("#listener, #loadingSpinner, #naclSpinner").show();
|
$("#main-content").children().not("#listener, #loadingSpinner, #naclSpinner").show();
|
||||||
|
$("#streamSettings").hide();
|
||||||
|
$("#hostSettings").hide();
|
||||||
$("#main-content").removeClass("fullscreen");
|
$("#main-content").removeClass("fullscreen");
|
||||||
$("#listener").removeClass("fullscreen");
|
$("#listener").removeClass("fullscreen");
|
||||||
$("body").css('backgroundColor', 'white');
|
$("body").css('backgroundColor', 'white');
|
||||||
|
|||||||
Reference in New Issue
Block a user