Removed console.log
Signed-off-by: Ujjwal-Agarwal <ujjwal7648@outlook.com>
This commit is contained in:
parent
7ce177fe0d
commit
0cbe70c130
|
|
@ -11,8 +11,6 @@ let tray: Tray = null;
|
||||||
// Create and resize tray icon for macOS
|
// Create and resize tray icon for macOS
|
||||||
function createTrayIcon() {
|
function createTrayIcon() {
|
||||||
const image = nativeImage.createFromDataURL(trayIconAsset);
|
const image = nativeImage.createFromDataURL(trayIconAsset);
|
||||||
console.log("Tray icon asset type:", typeof trayIconAsset);
|
|
||||||
console.log("Tray icon asset preview:", String(trayIconAsset).slice(0, 50));
|
|
||||||
const resized = image.resize({ width: 20, height: 20 });
|
const resized = image.resize({ width: 20, height: 20 });
|
||||||
|
|
||||||
// Mark as template image so it adapts to dark/light mode
|
// Mark as template image so it adapts to dark/light mode
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue