Fix minmax app

This commit is contained in:
Lea Anthony
2020-09-24 21:29:26 +10:00
parent 7ac833e396
commit ea7b593693
6 changed files with 39 additions and 2 deletions

View File

@@ -2,12 +2,13 @@ package main
import (
wails "github.com/wailsapp/wails/v2"
"github.com/wailsapp/wails/v2/pkg/options"
)
func main() {
// Create application with options
app := wails.CreateAppWithOptions(&wails.Options{
app := wails.CreateAppWithOptions(&options.App{
Title: "minmax",
Width: 1024,
Height: 768,