add default and advanced view items into dropdown

This commit is contained in:
Eduard Gert
2026-05-20 09:39:35 +02:00
parent bec4eb326a
commit b79b62bee4
4 changed files with 85 additions and 14 deletions

View File

@@ -169,8 +169,8 @@ func main() {
window := app.Window.NewWithOptions(application.WebviewWindowOptions{
Title: "NetBird",
Width: 310,
Height: 420,
Width: 380,
Height: 590,
Hidden: true,
BackgroundColour: application.NewRGB(24, 26, 29),
URL: "/",