mirror of
https://github.com/osukey/osukey.git
synced 2025-05-18 12:07:37 +09:00
Fix DummyAPIAccess being potentially incorrect
This commit is contained in:
parent
3bc4685a46
commit
6ecea0e4c1
@ -19,7 +19,7 @@ namespace osu.Game.Online.API
|
|||||||
|
|
||||||
public Bindable<UserActivity> Activity { get; } = new Bindable<UserActivity>();
|
public Bindable<UserActivity> Activity { get; } = new Bindable<UserActivity>();
|
||||||
|
|
||||||
public bool IsLoggedIn => true;
|
public bool IsLoggedIn => State == APIState.Online;
|
||||||
|
|
||||||
public string ProvidedUsername => LocalUser.Value.Username;
|
public string ProvidedUsername => LocalUser.Value.Username;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user