1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-21 08:52:54 +08:00

Fix big oops

This commit is contained in:
Dean Herbert 2024-10-24 19:57:39 +09:00
parent 787d3dceea
commit 940220b649
No known key found for this signature in database

View File

@ -12,7 +12,7 @@ namespace osu.Game.Screens.Edit.Components.TernaryButtons
{
public readonly Bindable<TernaryState> Bindable;
public readonly Bindable<bool> Enabled = new Bindable<bool>();
public readonly Bindable<bool> Enabled = new Bindable<bool>(true);
public readonly string Description;