mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-07 04:59:04 +08:00
[windows] Remove default app title
This commit is contained in:
parent
a269fc9e8c
commit
62fc489001
@ -7,7 +7,6 @@ import (
|
|||||||
|
|
||||||
// Default options for creating the App
|
// Default options for creating the App
|
||||||
var Default = &App{
|
var Default = &App{
|
||||||
Title: "My Wails App",
|
|
||||||
Width: 1024,
|
Width: 1024,
|
||||||
Height: 768,
|
Height: 768,
|
||||||
DevTools: false,
|
DevTools: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user