mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
fixed bug causing options & host to still appear in game selection mode
This commit is contained in:
parent
43f464cf9c
commit
5acd595f63
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user