Skip to content

Commit

Permalink
Fix regression where engines menu won't update
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Apr 24, 2016
1 parent 297c4fe commit 910665c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ function buildMenu(noWindows) {

attachMenu.length = 0

setting.load()
setting.getEngines().forEach(function(engine) {
attachMenu.push({
label: engine.name,
Expand Down

0 comments on commit 910665c

Please sign in to comment.