5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-21 11:29:29 +08:00

[v2] Remove SetTitle from templates

This commit is contained in:
Lea Anthony 2021-07-04 09:51:19 +10:00
parent b69f1e6c43
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