mirror of
https://github.com/ppy/osu
synced 2025-02-17 10:57:03 +00:00
Merge pull request #25113 from nekodex/generic-error-sfx
Use new `generic-error` sample in appropriate places
This commit is contained in:
commit
54722bf251
@ -40,6 +40,8 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
|
||||
private readonly KeyBindingRow.KeyBindingConflictInfo conflictInfo;
|
||||
|
||||
protected override string PopInSampleName => @"UI/generic-error";
|
||||
|
||||
public KeyBindingConflictPopover(KeyBindingRow.KeyBindingConflictInfo conflictInfo)
|
||||
{
|
||||
this.conflictInfo = conflictInfo;
|
||||
|
@ -239,7 +239,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
||||
}
|
||||
};
|
||||
|
||||
sampleJoinFail = audio.Samples.Get(@"UI/password-fail");
|
||||
sampleJoinFail = audio.Samples.Get(@"UI/generic-error");
|
||||
|
||||
joinButton.Action = performJoin;
|
||||
}
|
||||
|
@ -37,7 +37,7 @@
|
||||
</PackageReference>
|
||||
<PackageReference Include="Realm" Version="11.5.0" />
|
||||
<PackageReference Include="ppy.osu.Framework" Version="2023.1012.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Resources" Version="2023.1003.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Resources" Version="2023.1014.0" />
|
||||
<PackageReference Include="Sentry" Version="3.40.0" />
|
||||
<PackageReference Include="SharpCompress" Version="0.34.1" />
|
||||
<PackageReference Include="NUnit" Version="3.13.3" />
|
||||
|
Loading…
Reference in New Issue
Block a user