mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-18 09:06:47 +00:00
changed default window size to include everything we need. This closes #55
This commit is contained in:
parent
f39b6486bf
commit
b465034d6d
@ -2,5 +2,8 @@
|
|||||||
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: {
|
||||||
|
width: 770, height: 440
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
Loading…
x
Reference in New Issue
Block a user