mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-20 07:00:28 +00:00
changed app to open in windowed mode, but stream in fullscreen
- this closes #45 - changed references of 'target' into 'host' as per #41
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// just start the app in fullscreen
|
||||
chrome.app.runtime.onLaunched.addListener(function() {
|
||||
chrome.app.window.create('index.html', {
|
||||
state: "fullscreen",
|
||||
state: "normal",
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user