mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 23:22:40 +00:00
debug
This commit is contained in:
8
main.js
8
main.js
@@ -5,9 +5,9 @@ var appIcon;
|
||||
|
||||
// Report crashes to our server.
|
||||
crashReporter.start({
|
||||
productName: 'YourName',
|
||||
companyName: 'YourCompany',
|
||||
submitURL: 'https://your-domain.com/url-to-submit',
|
||||
productName: 'Leanote',
|
||||
companyName: 'Leanote',
|
||||
submitURL: 'https://leanote.com/leanote-desktop/crash-reporter',
|
||||
autoSubmit: true
|
||||
});
|
||||
|
||||
@@ -298,7 +298,7 @@ function openIt() {
|
||||
|
||||
appIcon.on('click', function (e) {
|
||||
show();
|
||||
e.preventDefault();
|
||||
// e.preventDefault();
|
||||
});
|
||||
appIcon.on('right-click', function () {
|
||||
appIcon.popUpContextMenu(contextMenu);
|
||||
|
Reference in New Issue
Block a user