mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-20 15:49:55 +00:00
update dialogs, hide main window on browser login, keep state as disconnected when needslogin
This commit is contained in:
@@ -201,7 +201,7 @@ func main() {
|
||||
// The settings and browser-login windows are created lazily and
|
||||
// destroyed on close, so they don't linger as hidden windows that
|
||||
// Wails's macOS dock-reopen handler would pop back up.
|
||||
windowManager := services.NewWindowManager(app)
|
||||
windowManager := services.NewWindowManager(app, window)
|
||||
app.RegisterService(application.NewService(windowManager))
|
||||
|
||||
// Register an in-process StatusNotifierWatcher so the tray works on
|
||||
|
||||
Reference in New Issue
Block a user