From 310c2063679529f375048afacdf29d58b20ee90f Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Tue, 9 Jan 2024 14:48:47 +0100 Subject: [PATCH] reformat, remove unused imports --- package.json | 2 +- preload.js | 1 - src/main.ts | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index b2f9cbe..da5a36f 100644 --- a/package.json +++ b/package.json @@ -66,4 +66,4 @@ "typescript": "^5.3.3", "wait-on": "^7.2.0" } -} \ No newline at end of file +} diff --git a/preload.js b/preload.js index d99d4af..235050d 100644 --- a/preload.js +++ b/preload.js @@ -5,7 +5,6 @@ window.addEventListener("DOMContentLoaded", () => { backgroundColor: TitlebarColor.fromHex("#202020"), itemBackgroundColor: TitlebarColor.fromHex("#202020"), menu: null, - enableMnemonics: false, maximizable: false, }); diff --git a/src/main.ts b/src/main.ts index 9ecd5af..3d15806 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,6 +1,5 @@ import "./app.pcss"; import App from "./App.svelte"; -import "@fontsource/prompt"; const app = new App({ target: document.body,