osu/osu.Game/Overlays/Login
Dean Herbert c142adf926
Fix online status not persisting correctly
Regressed at some point.

I don't see much reason not to link the bindable directly with config.
It seems to work as you'd expect. Tested with logout (resets to
"Online") and connection failure (persists).

Closes https://github.com/ppy/osu/issues/29173.
2024-07-29 20:06:27 +09:00
..
LoginForm.cs Adjust calls to `GetContainingInputManager()` 2024-06-18 07:41:19 +02:00
LoginPanel.cs Fix online status not persisting correctly 2024-07-29 20:06:27 +09:00
SecondFactorAuthForm.cs Adjust calls to `GetContainingInputManager()` 2024-06-18 07:41:19 +02:00
UserAction.cs
UserDropdown.cs