Skip to content

Commit

Permalink
Update locating docker-machine
Browse files Browse the repository at this point in the history
  • Loading branch information
rdsubhas committed Oct 25, 2015
1 parent fd39b97 commit 1f562d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ const buildMainMenu = Promise.coroutine(function *() {
trayIcon.setImage(statusIcon(true, 'menuTemplate'))
}
} else {
menu.append(new MenuItem({
label: 'Locate docker-machine',
click: function () {
Dialog.locateDockerMachine()
}
}))
Dialog.locateDockerMachine()
}

menu.append(yield buildOptionsMenu())
Expand Down

0 comments on commit 1f562d2

Please sign in to comment.