mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 18:47:27 +08:00
Use new generic-error
sample in appropriate places
This commit is contained in:
parent
6358a5e210
commit
d97b618d02
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user