Skip to content

Commit

Permalink
Should let user select the microphone at the first play.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Jun 11, 2022
1 parent d95a3c4 commit a234871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Game.Rulesets.Karaoke/UI/KaraokeSettingsSubsection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ private void load()
// Scrolling
new SettingsEnumDropdown<KaraokeScrollingDirection>
{
ClassicDefault = KaraokeScrollingDirection.Left,
LabelText = KaraokeSettingsSubsectionStrings.ScrollingDirection,
TooltipText = KaraokeSettingsSubsectionStrings.ScrollingDirectionTooltip,
Current = config.GetBindable<KaraokeScrollingDirection>(KaraokeRulesetSetting.ScrollDirection)
Expand Down Expand Up @@ -72,6 +73,7 @@ private void load()
// Device
new SettingsMicrophoneDeviceDropdown
{
ClassicDefault = null,
LabelText = KaraokeSettingsSubsectionStrings.MicrophoneDevice,
Current = config.GetBindable<string>(KaraokeRulesetSetting.MicrophoneDevice)
},
Expand Down

0 comments on commit a234871

Please sign in to comment.