🔧 Add configuration information and dependencies
This commit is contained in:
4
main.go
4
main.go
@@ -47,7 +47,9 @@ func main() {
|
||||
// 'BackgroundColour' is the background colour of the window.
|
||||
// 'URL' is the URL that will be loaded into the webview.
|
||||
app.NewWebviewWindowWithOptions(application.WebviewWindowOptions{
|
||||
Title: "Window 1",
|
||||
Title: "voidraft",
|
||||
Width: 500,
|
||||
Height: 600,
|
||||
Mac: application.MacWindow{
|
||||
InvisibleTitleBarHeight: 50,
|
||||
Backdrop: application.MacBackdropTranslucent,
|
||||
|
Reference in New Issue
Block a user