From 12755ba9fbdce576202ebf802a4c1a1bfdc94cc6 Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Mon, 3 Oct 2022 09:32:24 -0500 Subject: [PATCH] bruhmoment --- src/main/base/browserwindow.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/base/browserwindow.ts b/src/main/base/browserwindow.ts index f0b4731a..3c8cad0e 100644 --- a/src/main/base/browserwindow.ts +++ b/src/main/base/browserwindow.ts @@ -18,6 +18,10 @@ 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