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