mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
Support colour
This commit is contained in:
@@ -20,11 +20,12 @@ func main() {
|
||||
Height: 620,
|
||||
DisableResize: false,
|
||||
Fullscreen: false,
|
||||
Colour: 0xFF000088,
|
||||
Mac: wails.MacOptions{
|
||||
HideTitle: true,
|
||||
HideTitle: false,
|
||||
HideTitleBar: false,
|
||||
TitlebarAppearsTransparent: false,
|
||||
FullSizeContent: true,
|
||||
TitlebarAppearsTransparent: true,
|
||||
FullSizeContent: false,
|
||||
UseToolbar: true,
|
||||
HideToolbarSeparator: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user