mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-09-20 02:29:31 +02:00
updated name to TIDAL Hi-Fi
This commit is contained in:
@@ -53,7 +53,7 @@ const observer = () => {
|
||||
const idleStatus = {
|
||||
details: `Browsing Tidal`,
|
||||
largeImageKey: "tidal-hifi-icon",
|
||||
largeImageText: `Tidal HiFi ${app.getVersion()}`,
|
||||
largeImageText: `TIDAL Hi-Fi ${app.getVersion()}`,
|
||||
instance: false,
|
||||
};
|
||||
|
||||
|
@@ -8,7 +8,7 @@ import { mediaInfo } from "./mediaInfo";
|
||||
import { settingsStore } from "./settings";
|
||||
|
||||
/**
|
||||
* Function to enable tidal-hifi's express api
|
||||
* Function to enable TIDAL Hi-Fi's express api
|
||||
*/
|
||||
|
||||
// expressModule.run = function (mainWindow)
|
||||
|
@@ -33,7 +33,6 @@ export const getMenu = function (mainWindow: BrowserWindow) {
|
||||
{
|
||||
label: name,
|
||||
submenu: [
|
||||
{ role: "about" },
|
||||
settingsMenuEntry,
|
||||
{ type: "separator" },
|
||||
{ role: "services" },
|
||||
@@ -101,12 +100,6 @@ export const getMenu = function (mainWindow: BrowserWindow) {
|
||||
],
|
||||
},
|
||||
settingsMenuEntry,
|
||||
{
|
||||
label: "About",
|
||||
click() {
|
||||
showSettingsWindow("about");
|
||||
},
|
||||
},
|
||||
toggleWindow,
|
||||
quitMenuEntry,
|
||||
];
|
||||
|
Reference in New Issue
Block a user