1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 14:01:24 +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
Unverified
parent b6f8078690
commit eaef5ff2a3
+1 -1
View File
@@ -75,7 +75,7 @@ namespace osu.Game.Overlays.Music
selected = newSelected;
updateSelectionState(false);
});
}, true);
updateSelectionState(true);
});