mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 07:00:09 -05:00
Add id to chrome.window api to remember position and size
This commit is contained in:
parent
bd327db4e8
commit
36b0096973
@ -10,9 +10,10 @@ chrome.app.runtime.onLaunched.addListener(function() {
|
|||||||
|
|
||||||
// open chrome app in new window
|
// open chrome app in new window
|
||||||
chrome.app.window.create('index.html', {
|
chrome.app.window.create('index.html', {
|
||||||
'bounds': {
|
id: '0',
|
||||||
'width': 1280,
|
innerBounds: {
|
||||||
'height': 800
|
width: 1280,
|
||||||
|
height: 800
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user