From 7f53710d6af56e2c1b7b2c90511f66667b8d6d87 Mon Sep 17 00:00:00 2001 From: smartfrigde <37928912+smartfrigde@users.noreply.github.com> Date: Sun, 12 Jun 2022 22:16:23 +0200 Subject: [PATCH] Remove unused import --- src/window.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window.ts b/src/window.ts index ab98eec..a8b622e 100644 --- a/src/window.ts +++ b/src/window.ts @@ -7,7 +7,6 @@ import path from "path"; import {checkIfConfigIsBroken, firstRun, getConfig, contentPath, isSetup, setConfig, setLang} from "./utils"; import {registerIpc} from "./ipc"; import startServer from "./socket"; -import {osLocale} from 'os-locale'; import contextMenu from "electron-context-menu"; import os from "os"; export var icon: string;