mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix sound duplication due to checkbox
This commit is contained in:
@ -110,6 +110,8 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
{
|
||||
public Action<bool> Changed;
|
||||
|
||||
protected override bool PlaySoundsOnUserChange => false;
|
||||
|
||||
protected override void OnUserChange(bool value)
|
||||
{
|
||||
base.OnUserChange(value);
|
||||
|
Reference in New Issue
Block a user