From 37da9d07ce1c936991915907468aa0c05285115e Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Tue, 4 Oct 2022 21:33:17 -0500 Subject: [PATCH] Remove this temporarily. --- src/main/base/browserwindow.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/base/browserwindow.ts b/src/main/base/browserwindow.ts index 3c8cad0e..f0b4731a 100644 --- a/src/main/base/browserwindow.ts +++ b/src/main/base/browserwindow.ts @@ -18,10 +18,6 @@ import wallpaper from "wallpaper"; import * as AdmZip from "adm-zip"; import { LocalFiles } from "../providers/local/"; -//@ts-ignore -import { EFFECT, PARAMS, MicaBrowserWindow } from "mica-electron"; -// sorry Core. - cryptofyre - /** * @file Creates the BrowserWindow * @author CiderCollective