update ssh and advanced settings tabs

This commit is contained in:
Eduard Gert
2026-05-08 10:57:31 +02:00
parent adeaa49cda
commit 3953fee5a4
7 changed files with 281 additions and 107 deletions

View File

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