This commit is contained in:
Eduard Gert
2026-05-06 10:47:40 +02:00
parent bfe19fa542
commit c3f9514182
32 changed files with 2815 additions and 175 deletions

View File

@@ -102,8 +102,10 @@ func main() {
window := app.Window.NewWithOptions(application.WebviewWindowOptions{
Title: "NetBird",
Width: 960,
Height: 640,
Width: 880,
Height: 620,
MinWidth: 880,
MinHeight: 620,
Hidden: false,
BackgroundColour: application.NewRGB(24, 26, 29),
URL: "/",