mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-24 00:46:48 +00:00
Window state restored with previous saved window state (fullscreen or normal).
Window startup size changed to 16:9 aspect ratio = 960x540. After closing the game, window restored in previous state.
This commit is contained in:
@@ -30,7 +30,6 @@ function handleMessage(msg) {
|
||||
});
|
||||
});
|
||||
showApps(api);
|
||||
chrome.app.window.current().restore();
|
||||
});
|
||||
|
||||
} else if(msg.data === 'Connection Established') {
|
||||
|
||||
Reference in New Issue
Block a user