Skip to content

Commit

Permalink
This is v2.0.0 πŸ§žβ€β™‚οΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
virejdasani committed May 22, 2021
1 parent 88b013a commit 2ee084e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added assets/geniemojiLamp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/geniemojiLampFullSize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/sunTemplate.png
Binary file not shown.
Binary file removed assets/[email protected]
Binary file not shown.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ app.on('window-all-closed', () => {
})

const createTray = () => {
tray = new Tray(path.join(assetsDirectory, 'sunTemplate.png'))
tray = new Tray(path.join(assetsDirectory, 'geniemojiLamp@2x.png'))
tray.on('right-click', toggleWindow)
tray.on('double-click', toggleWindow)
tray.on('click', function (event) {
Expand Down

0 comments on commit 2ee084e

Please sign in to comment.