5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:20:48 +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 Width int
Height int Height int
DisableResize bool DisableResize bool
Frameless bool
Fullscreen bool Fullscreen bool
Frameless bool Frameless bool
MinWidth int MinWidth int