save auto-launch option, disable shortcuts in settings

This commit is contained in:
Anton Bracke
2022-02-22 14:00:17 +01:00
parent 71c8e32b2f
commit 3f21befdc6
7 changed files with 66 additions and 36 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import "virtual:windi.css";
import App from "./App.svelte";
import App from "~/App.svelte";
const app = new App({
target: document.getElementById("app"),