1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 15:50:19 +08:00

Inverse and xmldoc ShearedToggleButton sample allowance bool

This commit is contained in:
Dean Herbert
2023-08-18 17:05:25 +09:00
Unverified
parent c811546868
commit fc2fac577f
2 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace osu.Game.Overlays.Mods
{
public partial class AddPresetButton : ShearedToggleButton, IHasPopover
{
protected override bool PlayClickSampleOnly => true;
protected override bool PlayToggleSamples => false;
[Resolved]
private OsuColour colours { get; set; } = null!;