mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-07-28 00:22:26 +02:00
added new icons
This commit is contained in:
@@ -3,6 +3,7 @@ const path = require("path");
|
||||
const tidalUrl = "https://listen.tidal.com";
|
||||
const mediaKeys = require("./scripts/media-keys");
|
||||
let mainWindow;
|
||||
let icon = path.join(__dirname, "../assets/icon.png");
|
||||
|
||||
/**
|
||||
* Enable live reload in development builds
|
||||
@@ -20,7 +21,7 @@ function createWindow(options = {}) {
|
||||
y: options.y,
|
||||
width: 1024,
|
||||
height: 800,
|
||||
icon: "./../build/icon.png",
|
||||
icon,
|
||||
tray: true,
|
||||
backgroundColor: options.backgroundColor,
|
||||
webPreferences: {
|
||||
|
Reference in New Issue
Block a user