mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-18 00:56:38 +00:00
Make the default window size a little bigger
This commit is contained in:
parent
97052591ba
commit
7030576f80
@ -1,9 +1,8 @@
|
|||||||
// just start the app in fullscreen
|
|
||||||
chrome.app.runtime.onLaunched.addListener(function() {
|
chrome.app.runtime.onLaunched.addListener(function() {
|
||||||
chrome.app.window.create('index.html', {
|
chrome.app.window.create('index.html', {
|
||||||
state: "normal",
|
state: "normal",
|
||||||
bounds: {
|
bounds: {
|
||||||
width: 770, height: 440
|
width: 850, height: 500
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
Loading…
x
Reference in New Issue
Block a user