Skip to content

Commit 9053a80

Browse files
authored
refactor: tray idle icon (#1208)
1 parent 9f05860 commit 9053a80

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed
File renamed without changes.
File renamed without changes.

main.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ const path = require('node:path');
66

77
require('@electron/remote/main').initialize();
88

9-
const iconIdle = path.join(
10-
__dirname,
11-
'assets',
12-
'images',
13-
'tray-idleTemplate.png',
14-
);
9+
const iconIdle = path.join(__dirname, 'assets', 'images', 'tray-idle.png');
1510
const iconActive = path.join(__dirname, 'assets', 'images', 'tray-active.png');
1611

1712
const browserWindowOpts = {

0 commit comments

Comments
 (0)