Skip to content

Commit

Permalink
3.19.8
Browse files Browse the repository at this point in the history
Make macOS tray icon black and append Template to name, so macOS would change icon color itself depending on the desktop background color
  • Loading branch information
MayGo committed Jul 16, 2021
1 parent da8981d commit 64d82ae
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/app/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ export default {
root,
isWin
? 'shared/img/icon/win/tockler_icon_big.ico'
: 'shared/img/icon/mac/tockler_icon_tray.png',
: 'shared/img/icon/mac/tockler_icon_trayTemplate.png',
),
iconTrayUpdate: path.join(
root,
isWin
? 'shared/img/icon/win/tockler_icon_big_update.ico'
: 'shared/img/icon/mac/tockler_icon_tray_update.png',
: 'shared/img/icon/mac/tockler_icon_tray_updateTemplate.png',
),
iconNotification: path.join(
root,
Expand Down
Binary file removed electron/shared/img/icon/mac/tockler_icon_tray.png
Binary file not shown.
Binary file removed electron/shared/img/icon/mac/[email protected]
Binary file not shown.
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 electron/shared/img/icon/mac/[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 not shown.
Binary file removed electron/shared/img/icon/mac/[email protected]
Binary file not shown.
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 electron/shared/img/icon/mac/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64d82ae

Please sign in to comment.