Skip to content

Commit

Permalink
Default value should not be null now.
Browse files Browse the repository at this point in the history
Use empty string instead.
  • Loading branch information
andy840119 committed May 9, 2023
1 parent 7679d74 commit e8ab096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke/UI/KaraokeSettingsSubsection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private void load()
// Device
new SettingsMicrophoneDeviceDropdown
{
ClassicDefault = null,
ClassicDefault = string.Empty,
LabelText = KaraokeSettingsSubsectionStrings.MicrophoneDevice,
Current = config.GetBindable<string>(KaraokeRulesetSetting.MicrophoneDevice)
},
Expand Down

0 comments on commit e8ab096

Please sign in to comment.