Keep inbox window open, but allow it to be hidden
As a chrome packaged app, we have to keep at least one window open in order to maintain our websocket connection in the background page. This change replaces the system window frame with custom buttons in the inbox header, such that the 'close' button merely hides the window rather than unloading it. Fixes #237 FREEBIE
This commit is contained in:
parent
b83ce7a015
commit
95f8e3921c
9 changed files with 72 additions and 5 deletions
|
@ -121,6 +121,7 @@
|
|||
id: 'inbox',
|
||||
url: 'index.html',
|
||||
type: 'panel',
|
||||
frame: 'none',
|
||||
focused: true,
|
||||
width: 260, // 280 for chat
|
||||
height: 440 // 420 for chat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue