1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 07:22:55 +08:00

Fix now playing playlist not highlighting selected item on initial open

This commit is contained in:
Joseph Madamba 2023-03-25 22:13:51 -07:00
parent b6f8078690
commit eaef5ff2a3
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -75,7 +75,7 @@ namespace osu.Game.Overlays.Music
selected = newSelected; selected = newSelected;
updateSelectionState(false); updateSelectionState(false);
}); }, true);
updateSelectionState(true); updateSelectionState(true);
}); });