Update trigger button functionality and remove unused code

This commit is contained in:
kwaroran
2024-04-10 10:34:45 +09:00
parent 1a750dc6c6
commit 3d7d34334c
4 changed files with 54 additions and 23 deletions

View File

@@ -4,7 +4,6 @@ import App from "./App.svelte";
import { loadData } from "./ts/storage/globalApi";
import { initHotkey } from "./ts/hotkey";
import { polyfill } from "./ts/polyfill";
import { watchParamButton } from "./ts/plugins/embedscript";
let app: App;
try {
@@ -16,7 +15,6 @@ try {
loadData()
initHotkey()
watchParamButton()
} catch (error) {
console.error(error, error.stack)
alert(error)