mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-23 16:37:11 +00:00
Indeterminate loading bar is shown while connecting to stream
- This closes #37
This commit is contained in:
@@ -25,6 +25,8 @@ function handleMessage(msg) {
|
||||
showAppsMode();
|
||||
chrome.app.window.current().restore();
|
||||
});
|
||||
} else if(msg.data === 'Connection Established') {
|
||||
$('#loadingSpinner').css('display', 'none');
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user