We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80c8be4 + d9de214 commit 45c7a4fCopy full SHA for 45c7a4f
src/app/index.js
@@ -169,7 +169,7 @@ var Application = View.extend({
169
url += '/' + id;
170
}
171
172
- ipc.call('app:open-url', id);
+ ipc.call('app:show-help-window', id);
173
},
174
onClientReady: function() {
175
debug('Client ready! Took %dms to become readable',
src/main/window-manager.js
@@ -177,7 +177,7 @@ function showAboutDialog() {
177
});
178
179
180
-function showHelpWindow(id) {
+function showHelpWindow(win, id) {
181
if (helpWindow) {
182
helpWindow.focus();
183
if (_.isString(id)) {
0 commit comments