Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into refactor/mainjs
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 10, 2024
1 parent 3f0d016 commit eaad728
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ const { autoUpdater } = require('electron-updater');
const { onFirstRunMaybe } = require('./first-run');
const path = require('node:path');

const idleIcon = path.join(
__dirname,
'assets',
'images',
'tray-idleTemplate.png',
);

const idleIcon = path.join(__dirname, 'assets', 'images', 'tray-idle.png');
const activeIcon = path.join(__dirname, 'assets', 'images', 'tray-active.png');

const browserWindowOpts = {
Expand Down

0 comments on commit eaad728

Please sign in to comment.