mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Add resources and use original logo
This commit is contained in:
@@ -20,7 +20,7 @@ function hideFinder () {
|
|||||||
|
|
||||||
function notify (title, options) {
|
function notify (title, options) {
|
||||||
if (process.platform === 'win32') {
|
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
|
options.silent = false
|
||||||
}
|
}
|
||||||
return new window.Notification(title, options)
|
return new window.Notification(title, options)
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ export default class ArticleTopBar extends React.Component {
|
|||||||
<button onClick={e => this.handleTutorialButtonClick(e)}>?<span className='tooltip'>How to use</span>
|
<button onClick={e => this.handleTutorialButtonClick(e)}>?<span className='tooltip'>How to use</span>
|
||||||
</button>
|
</button>
|
||||||
<a ref='links' className='linksBtn' href>
|
<a ref='links' className='linksBtn' href>
|
||||||
<img src='../../resources/favicon-230x230.png' width='44' height='44'/>
|
<img src='../../resources/app.png' width='44' height='44'/>
|
||||||
</a>
|
</a>
|
||||||
{
|
{
|
||||||
this.state.isLinksDropdownOpen
|
this.state.isLinksDropdownOpen
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ window.addEventListener('online', function () {
|
|||||||
|
|
||||||
function notify (title, options) {
|
function notify (title, options) {
|
||||||
if (process.platform === 'win32') {
|
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
|
options.silent = false
|
||||||
}
|
}
|
||||||
console.log(options)
|
console.log(options)
|
||||||
|
|||||||
0
lib/updater.js
Normal file
0
lib/updater.js
Normal file
BIN
resources/app.ico
Normal file
BIN
resources/app.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 361 KiB |
BIN
resources/app.png
Normal file
BIN
resources/app.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
BIN
resources/dmg.icns
Normal file
BIN
resources/dmg.icns
Normal file
Binary file not shown.
BIN
resources/dmg.ico
Normal file
BIN
resources/dmg.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 361 KiB |
BIN
resources/dmg.png
Normal file
BIN
resources/dmg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.5 KiB |
BIN
resources/install.gif
Normal file
BIN
resources/install.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user