1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 18:07:25 +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; break;
case DashboardOverlayTabs.CurrentlyPlaying: case DashboardOverlayTabs.CurrentlyPlaying:
loadDisplay(new CurrentlyPlayingDisplay()); //todo: enable once caching logic is better
//loadDisplay(new CurrentlyPlayingDisplay());
break; break;
default: default: