mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:03:08 +08:00
Merge branch 'master' into sliderbar-tooltip-precision
This commit is contained in:
commit
73aa56a8a7
@ -155,7 +155,7 @@ namespace osu.Game.Overlays
|
||||
loading.Hide();
|
||||
getUsersRequest?.Cancel();
|
||||
|
||||
if (api?.IsLoggedIn == false)
|
||||
if (api?.IsLoggedIn != true)
|
||||
return;
|
||||
|
||||
switch (Header.Tabs.Current.Value)
|
||||
|
Loading…
Reference in New Issue
Block a user