title naming

This commit is contained in:
Ertan Caliskan
2024-03-24 21:13:27 +01:00
parent 1e0e7ed738
commit 6642601825

View File

@@ -47,7 +47,7 @@ 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: "Luca Bordro Robotu",
Mac: application.MacWindow{
InvisibleTitleBarHeight: 50,
Backdrop: application.MacBackdropTranslucent,