mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(windows): Show "Signing in..." menu during auto-sign-in (#3431)
closes #3403 Given the token is saved on disk, when we start Firezone, then the menu will show "Signing in..." while connlib connects.
This commit is contained in:
@@ -421,6 +421,7 @@ impl Controller {
|
||||
callback_handler,
|
||||
connlib,
|
||||
});
|
||||
self.refresh_system_tray_menu()?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user