Merge pull request #5580 from Joehuu/mod-filter-hover-sound

Add hover click sounds to leaderboard mod filter
This commit is contained in:
Dean Herbert 2019-08-03 19:03:34 +02:00 committed by GitHub
commit 3a21a9e0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ public OsuTabControlCheckbox()
Colour = Color4.White,
Origin = Anchor.BottomLeft,
Anchor = Anchor.BottomLeft,
}
},
new HoverClickSounds()
};
Current.ValueChanged += selected =>