mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 05:39:53 +08:00
Tidy up GroupMode enum
This commit is contained in:
@@ -30,8 +30,8 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
Position = new Vector2(275, 5)
|
||||
});
|
||||
|
||||
filter.PinItem(GroupMode.All);
|
||||
filter.PinItem(GroupMode.RecentlyPlayed);
|
||||
filter.PinItem(GroupMode.NoGrouping);
|
||||
filter.PinItem(GroupMode.LastPlayed);
|
||||
|
||||
filter.Current.ValueChanged += grouping =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user