Add note about why pop in samples are disabled for `PasswordEntryPopover`

This commit is contained in:
Dean Herbert 2023-08-18 17:09:13 +09:00
parent fc2fac577f
commit 75750957c7
1 changed files with 2 additions and 0 deletions

View File

@ -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)