mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Default to showing all rooms
This commit is contained in:
@ -16,7 +16,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
{
|
||||
protected override Color4 BackgroundColour => Color4.Black.Opacity(0.5f);
|
||||
protected override RoomStatusFilter DefaultTab => RoomStatusFilter.Open;
|
||||
protected override RoomCategoryFilter DefaultCategory => RoomCategoryFilter.Normal;
|
||||
protected override RoomCategoryFilter DefaultCategory => RoomCategoryFilter.Any;
|
||||
|
||||
protected override float ContentHorizontalPadding => base.ContentHorizontalPadding + OsuScreen.HORIZONTAL_OVERFLOW_PADDING;
|
||||
|
||||
@ -81,6 +81,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
|
||||
public enum RoomCategoryFilter
|
||||
{
|
||||
Any,
|
||||
Normal,
|
||||
Spotlight
|
||||
}
|
||||
|
Reference in New Issue
Block a user