very very very basic plugin system works

This commit is contained in:
Alphons Joseph
2025-03-12 19:02:32 +08:00
parent 5eb92bc87a
commit 6b39f60db7
12 changed files with 3402 additions and 3339 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
import { onMount } from 'svelte'
import { initializeSettingsState, settingsState } from '@/seqta/utils/listeners/SettingsState'
import { closeExtensionPopup, OpenAboutPage, OpenWhatsNewPopup } from "@/SEQTA"
import { closeExtensionPopup, OpenAboutPage, OpenWhatsNewPopup } from "@/plugins/monofile"
import ColourPicker from '../components/ColourPicker.svelte'
import { settingsPopup } from '../hooks/SettingsPopup'