This commit is contained in:
parent
41daf7cfc9
commit
6a06faee7d
4 changed files with 58 additions and 8 deletions
4
main.go
4
main.go
|
|
@ -18,8 +18,8 @@ func main() {
|
|||
// Create application with options
|
||||
err := wails.Run(&options.App{
|
||||
Title: "Dequoter",
|
||||
Width: 1024,
|
||||
Height: 768,
|
||||
Width: 800,
|
||||
Height: 600,
|
||||
AssetServer: &assetserver.Options{
|
||||
Assets: assets,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue