mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Collapse visual settings by default in player
This commit is contained in:
@ -39,7 +39,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
//CollectionSettings = new CollectionSettings(),
|
||||
//DiscussionSettings = new DiscussionSettings(),
|
||||
PlaybackSettings = new PlaybackSettings(),
|
||||
VisualSettings = new VisualSettings()
|
||||
VisualSettings = new VisualSettings { Expanded = false }
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user