5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 20:31:45 +08:00

[windows] Remove default app title

This commit is contained in:
Lea Anthony 2021-06-14 11:04:24 +10:00
parent a269fc9e8c
commit 62fc489001

View File

@ -7,7 +7,6 @@ import (
// Default options for creating the App
var Default = &App{
Title: "My Wails App",
Width: 1024,
Height: 768,
DevTools: false,