Fix custom HTML

This commit is contained in:
Lea Anthony
2020-10-31 21:04:51 +11:00
parent 73ee9ef530
commit 1ddb74c6ce
3 changed files with 22 additions and 7 deletions

View File

@@ -6,9 +6,9 @@ type AppConfig interface {
GetHeight() int
GetTitle() string
GetResizable() bool
GetDefaultHTML() string
GetHTML() string
GetDisableInspector() bool
GetColour() string
GetCSS() string
GetJS() string
}
}