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,