mirror of https://github.com/ppy/osu
Add note about why pop in samples are disabled for `PasswordEntryPopover`
This commit is contained in:
parent
fc2fac577f
commit
75750957c7
|
@ -191,6 +191,8 @@ public partial class PasswordEntryPopover : OsuPopover
|
|||
|
||||
protected override bool BlockNonPositionalInput => true;
|
||||
|
||||
// When a room is clicked, it already plays a click sound, which clashes pretty badly with the pop in sound.
|
||||
// Dunno about this one. I'd probably remove the click sound from the panel in cases they are password protected and play these pop in / out sounds.
|
||||
protected override bool PlayPopInOutSamples => false;
|
||||
|
||||
public PasswordEntryPopover(Room room)
|
||||
|
|
Loading…
Reference in New Issue