Added plugin support for Dequoter
All checks were successful
Release Build / build (push) Successful in 6m59s
All checks were successful
Release Build / build (push) Successful in 6m59s
This commit is contained in:
parent
cb9c05a57b
commit
ac437b7409
5 changed files with 528 additions and 1 deletions
1
main.go
1
main.go
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue