mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
[v2] Remove SetTitle from templates
This commit is contained in:
parent
b69f1e6c43
commit
e1dd77fd3f
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue