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:
Reactor Scram
2024-01-29 19:01:44 -06:00
committed by GitHub
parent 3948470539
commit 471729c73d

View File

@@ -421,6 +421,7 @@ impl Controller {
callback_handler,
connlib,
});
self.refresh_system_tray_menu()?;
Ok(())
}