mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Fix crash when selecting spotlight tab with not-null country
This commit is contained in:
@ -110,7 +110,8 @@ namespace osu.Game.Overlays
|
|||||||
if (Country.Value != null)
|
if (Country.Value != null)
|
||||||
Scope.Value = RankingsScope.Performance;
|
Scope.Value = RankingsScope.Performance;
|
||||||
|
|
||||||
Scheduler.AddOnce(loadNewContent);
|
if (Scope.Value != RankingsScope.Spotlights)
|
||||||
|
Scheduler.AddOnce(loadNewContent);
|
||||||
}, true);
|
}, true);
|
||||||
|
|
||||||
Scope.BindValueChanged(_ =>
|
Scope.BindValueChanged(_ =>
|
||||||
|
Reference in New Issue
Block a user