Remember loaded extensions.

This commit is contained in:
Cheng Zhao 2014-08-28 14:58:15 +08:00
parent a59388ecdd
commit 8134585578
3 changed files with 66 additions and 21 deletions

View file

@ -36,7 +36,7 @@ BrowserWindow::openDevTools = ->
@devToolsWebContents.once 'destroyed', => @devToolsWebContents = null
# Emit devtools events.
@emit 'dev-tools-opened'
@devToolsWebContents.once 'did-finish-load', => @emit 'dev-tools-opened'
@devToolsWebContents.once 'destroyed', => @emit 'dev-tools-closed'
BrowserWindow::toggleDevTools = ->