Added plugin support for Dequoter
All checks were successful
Release Build / build (push) Successful in 6m59s

This commit is contained in:
Leon Mika 2026-09-07 01:09:21 +00:00
parent cb9c05a57b
commit ac437b7409
5 changed files with 528 additions and 1 deletions

View file

@ -57,6 +57,7 @@ func main() {
},
BackgroundColour: &options.RGBA{R: 27, G: 38, B: 54, A: 1},
OnStartup: app.startup,
OnDomReady: app.domReady,
Bind: []interface{}{
app,
},