mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Fix typing of new setting to allow it to be visible to tools export
This commit is contained in:
@ -60,7 +60,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
};
|
};
|
||||||
|
|
||||||
[SettingSource("Metronome ticks", "Whether a metronome beat should play in the background")]
|
[SettingSource("Metronome ticks", "Whether a metronome beat should play in the background")]
|
||||||
public BindableBool Metronome { get; } = new BindableBool(true);
|
public Bindable<bool> Metronome { get; } = new BindableBool(true);
|
||||||
|
|
||||||
#region Constants
|
#region Constants
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user