fix ticks not being generated by default

This commit is contained in:
OliBomby 2023-04-30 16:03:58 +02:00
parent 83111223e0
commit 1eb2e35dff
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public double SliderVelocity
set => SliderVelocityBindable.Value = value;
}
public bool GenerateTicks { get; set; }
public bool GenerateTicks { get; set; } = true;
[JsonIgnore]
public SliderHeadCircle HeadCircle { get; protected set; }