colon in the options lol
This commit is contained in:
parent
f092be94a8
commit
ed322796a4
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ namespace TouchyTickets {
|
|||
},
|
||||
PositionOffset = new Vector2(0, 1)
|
||||
});
|
||||
optionList.AddChild(new Paragraph(Anchor.AutoLeft, 1, Localization.Get("MinTicketsForAutoBuy")));
|
||||
optionList.AddChild(new Paragraph(Anchor.AutoLeft, 1, Localization.Get("MinTicketsForAutoBuy") + ":"));
|
||||
var num = optionList.AddChild(ElementHelper.NumberField(Anchor.AutoLeft, new Vector2(1, 20), Options.Instance.MinTicketsForAutoBuy, 1000, null, (t, value) => {
|
||||
if (int.TryParse(value, out Options.Instance.MinTicketsForAutoBuy))
|
||||
Options.Save();
|
||||
|
|
Loading…
Reference in a new issue