mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
revert icons
This commit is contained in:
parent
308ff1426f
commit
d0990e3fb3
21 changed files with 2 additions and 152 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue