1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Add resources and use original logo

This commit is contained in:
Dick Choi
2015-12-19 00:55:12 +09:00
parent 16bcd86792
commit 8b04eecc90
11 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ function hideFinder () {
function notify (title, options) {
if (process.platform === 'win32') {
options.icon = path.join('file://', global.__dirname, '../../resources/favicon-230x230.png')
options.icon = path.join('file://', global.__dirname, '../../resources/app.png')
options.silent = false
}
return new window.Notification(title, options)