Skip to content

Commit

Permalink
Merge pull request #734 from ipfs-shipyard/master
Browse files Browse the repository at this point in the history
Merge master onto feat/add-electron-tests
  • Loading branch information
hacdias committed Dec 5, 2018
2 parents a9f748a + f750096 commit bd0b04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hooks/webui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default async function (ctx) {
window.focus()
})

ipcMain.on('app.quit', () => {
app.on('before-quit', () => {
// Makes sure the app quits even though we prevent
// the closing of this window.
window.destroy()
Expand Down
2 changes: 1 addition & 1 deletion src/menubar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default async function (ctx) {
skipTaskbar: true,
width: 280,
height: 385,
backgroundColor: '#ffffff',
backgroundColor: '#0b3a53',
webPreferences: {
nodeIntegration: true
}
Expand Down

0 comments on commit bd0b04a

Please sign in to comment.