This commit is contained in:
Eduard Gert
2026-05-13 10:11:38 +02:00
parent c8e18585c6
commit 1c8a6e3798
24 changed files with 959 additions and 96 deletions

View File

@@ -127,9 +127,7 @@ func main() {
window := app.Window.NewWithOptions(application.WebviewWindowOptions{
Title: "NetBird",
Width: 925,
MinWidth: 925,
Height: 615,
MinHeight: 615,
Hidden: true,
BackgroundColour: application.NewRGB(24, 26, 29),
URL: "/",