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:
parent
5cbfaf3589
commit
c6de0544d2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user