mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-09-20 02:29:31 +02:00
last files transformed from js -> ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { BrowserWindow, Menu, app } from "electron";
|
||||
const { showSettingsWindow } = require("./settings");
|
||||
import { showSettingsWindow } from "./settings";
|
||||
const isMac = process.platform === "darwin";
|
||||
const { name } = require("./../constants/values");
|
||||
import name from "./../constants/values";
|
||||
|
||||
const settingsMenuEntry = {
|
||||
label: "Settings",
|
||||
|
Reference in New Issue
Block a user