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.
1 parent e30cfdf commit 2e6bb21Copy full SHA for 2e6bb21
1 file changed
browser/finder/NoteDetail.js
@@ -11,7 +11,7 @@ const { clipboard } = electron
11
const path = require('path')
12
13
function notify (title, options) {
14
- if (process.platform === 'win32') {
+ if (global.process.platform === 'win32') {
15
options.icon = path.join('file://', global.__dirname, '../../resources/app.png')
16
}
17
return new window.Notification(title, options)
0 commit comments