|
@@ -109,7 +109,7 @@ const exitApp = async () => {
|
|
* Create system tray app
|
|
* Create system tray app
|
|
*/
|
|
*/
|
|
const createTray = async () => {
|
|
const createTray = async () => {
|
|
- tray = new Tray('./res/printer.png')
|
|
|
|
|
|
+ tray = new Tray('printer.png')
|
|
tray.setToolTip(settings.appName)
|
|
tray.setToolTip(settings.appName)
|
|
|
|
|
|
const contextMenu = Menu.buildFromTemplate([
|
|
const contextMenu = Menu.buildFromTemplate([
|