1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:28:00 +08:00

Disable display for not

This commit is contained in:
Dean Herbert 2020-11-02 20:21:23 +09:00
parent 5cbfaf3589
commit c6de0544d2

View File

@ -131,7 +131,8 @@ namespace osu.Game.Overlays
break;
case DashboardOverlayTabs.CurrentlyPlaying:
loadDisplay(new CurrentlyPlayingDisplay());
//todo: enable once caching logic is better
//loadDisplay(new CurrentlyPlayingDisplay());
break;
default: