Add proper tray icon image

This commit is contained in:
GHOSCHT 2021-06-30 14:47:37 +02:00
parent 4f860deffc
commit d54964254b
2 changed files with 1 additions and 1 deletions

BIN
Dashboard/assets/tray.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -97,7 +97,7 @@ app.on("browser-window-blur", () => {
// code. You can also put them in separate files and require them here.
function createTray() {
const trayIcon = new Tray(getAssetPath("tray.png"));
const trayIcon = new Tray(getAssetPath("tray.ico"));
const contextMenu = Menu.buildFromTemplate([
{
label: "Show",