1
0
Fork 0
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:
Andrew Simachev 2025-04-14 14:06:32 +02:00
parent 308ff1426f
commit d0990e3fb3
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
21 changed files with 2 additions and 152 deletions

View file

@ -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;

View file

@ -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 = {