revert icons
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 184 KiB |
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 226 B |
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 707 B |
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 669 KiB After Width: | Height: | Size: 251 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 805 B After Width: | Height: | Size: 452 B |
Before Width: | Height: | Size: 153 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 785 B |
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 2.6 KiB |
|
@ -532,7 +532,7 @@ class MenuManager {
|
|||
let icon = '';
|
||||
|
||||
if (is.windows) {
|
||||
icon = 'icon32x32.png';
|
||||
icon = path.join('icons', '32x32.png');
|
||||
} else
|
||||
if (is.linux) {
|
||||
const env = process.env.ORIGINAL_XDG_CURRENT_DESKTOP;
|
||||
|
|
|
@ -77,7 +77,7 @@ class WindowManager {
|
|||
|
||||
createMain (options) {
|
||||
const { isChild } = options;
|
||||
const image = nativeImage.createFromPath(path.join(Util.imagePath(), 'icon512x512.png'));
|
||||
const image = nativeImage.createFromPath(path.join(Util.imagePath(), 'icons', '512x512.png'));
|
||||
|
||||
let state = {};
|
||||
let param = {
|
||||
|
|