[v2] Remove SetTitle from templates

This commit is contained in:
Lea Anthony 2021-07-04 09:51:19 +10:00
commit e1dd77fd3f
2 changed files with 0 additions and 2 deletions

View file

@ -20,7 +20,6 @@ func NewApp() *App {
func (b *App) startup(runtime *wails.Runtime) {
// Perform your setup here
b.runtime = runtime
runtime.Window.SetTitle("{{.ProjectName}}")
}
// shutdown is called at application termination

View file

@ -20,7 +20,6 @@ func NewApp() *App {
func (b *App) startup(runtime *wails.Runtime) {
// Perform your setup here
b.runtime = runtime
runtime.Window.SetTitle("{{.ProjectName}}")
}
// shutdown is called at application termination