Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
BugSur Style Images && Tray fixed in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech committed Nov 16, 2020
1 parent b7999db commit b1d3ac3
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file added assets/icons/512x512round.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 modified assets/icons/mac/notes.icns
Binary file not shown.
Binary file added assets/icons/tray/icon.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/icons/tray/icon@2x.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/icons/tray/icon@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path');
const {freigabenDialog} = require( __dirname + '/functions.js' );

module.exports = function(mainWindow, quitok, createWindow) {
var iconpath = path.join( __dirname, '/../assets/icons/', ( process.platform === 'win32' ? 'win/notes.ico' : 'png/64x64.png' ) );
var iconpath = path.join( __dirname, '/../assets/icons/', ( process.platform === 'win32' ? 'win/notes.ico' : 'tray/icon.png' ) );
try {
var icon = nativeImage.createFromPath( iconpath );
} catch (error) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "KIMB-Notes-Desktop",
"version": "1.2.12",
"version": "1.3.0",
"description": "A desktop application for KIMB-Notes Server.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit b1d3ac3

Please sign in to comment.