Merge branch 'testing'

This commit is contained in:
Nick Denry 2020-05-28 17:15:55 +03:00
commit 3e4bff57b2
9 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ let trayService = {}
let getTrayServiceIcon = (iconName = 'icon') => {
let iconImage = ''
if (process.platform === 'darwin') {
iconImage = iconName
iconImage = iconName+'Template'
}
else if (process.platform === 'win32') {
iconImage = iconName+'-16x16'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 895 B