5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:39:30 +08:00

fix frameless option

This commit is contained in:
Lea Anthony 2021-04-28 15:44:55 +10:00
parent 2881a5bc0d
commit 7f54f7bb7e

View File

@ -18,7 +18,6 @@ type App struct {
Width int
Height int
DisableResize bool
Frameless bool
Fullscreen bool
Frameless bool
MinWidth int