mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
SettingsContainer -> SettingsDropdownContainer
This commit is contained in:
@ -10,7 +10,7 @@ using osu.Game.Graphics.UserInterface;
|
||||
|
||||
namespace osu.Game.Screens.Play.Settings
|
||||
{
|
||||
public class CollectionSettings : SettingsContainer
|
||||
public class CollectionSettings : SettingsDropdownContainer
|
||||
{
|
||||
public override string Title => @"COLLECTIONS";
|
||||
|
||||
|
@ -9,7 +9,7 @@ using osu.Game.Overlays.Settings;
|
||||
|
||||
namespace osu.Game.Screens.Play.Settings
|
||||
{
|
||||
public class DiscussionSettings : SettingsContainer
|
||||
public class DiscussionSettings : SettingsDropdownContainer
|
||||
{
|
||||
public override string Title => @"DISCUSSIONS";
|
||||
|
||||
|
@ -8,7 +8,7 @@ using osu.Game.Graphics.UserInterface;
|
||||
|
||||
namespace osu.Game.Screens.Play.Settings
|
||||
{
|
||||
public class PlaybackSettings : SettingsContainer
|
||||
public class PlaybackSettings : SettingsDropdownContainer
|
||||
{
|
||||
public override string Title => @"PLAYBACK";
|
||||
|
||||
|
Reference in New Issue
Block a user