mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-06-17 22:32:06 +00:00
UI added to select stream settings. Beginning work on #9
This commit is contained in:
@@ -106,3 +106,11 @@ function handleMessage(msg) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function onWindowLoad(){
|
||||
document.getElementById('streamSettings').style.display = 'none';
|
||||
document.getElementById('gameSelection').style.display = 'none';
|
||||
}
|
||||
|
||||
window.onload = onWindowLoad;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user