Revert "Allow use of custom HTML (#545)"

This reverts commit dc605c1683.
This commit is contained in:
Lea Anthony
2020-10-31 16:15:29 +11:00
parent e2599c0f76
commit f97341abbe
6 changed files with 30 additions and 30 deletions

View File

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