mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
Tidy up
This commit is contained in:
@@ -63,7 +63,6 @@ func CreateApp(options *Options) *App {
|
||||
MinHeight: options.MinHeight,
|
||||
MaxWidth: options.MaxWidth,
|
||||
MaxHeight: options.MaxHeight,
|
||||
Frameless: options.Frameless,
|
||||
StartHidden: options.StartHidden,
|
||||
|
||||
// This should be controlled by the compile time flags...
|
||||
|
||||
@@ -14,7 +14,6 @@ type App struct {
|
||||
Height int
|
||||
DisableResize bool
|
||||
Fullscreen bool
|
||||
Frameless bool
|
||||
MinWidth int
|
||||
MinHeight int
|
||||
MaxWidth int
|
||||
|
||||
@@ -13,7 +13,6 @@ func main() {
|
||||
Width: 1024,
|
||||
Height: 768,
|
||||
StartHidden: true,
|
||||
Frameless: true,
|
||||
})
|
||||
|
||||
app.Bind(newBasic())
|
||||
|
||||
Reference in New Issue
Block a user