I've done it, I've edited TgUI!

This commit is contained in:
Chiirno
2021-01-01 04:00:35 -04:00
parent 3533f2f494
commit bbeed2b8f0
3 changed files with 6 additions and 6 deletions

View File

@@ -205,7 +205,7 @@ const PackagingControlsItem = props => {
stepPixelSize={15}
value={amount}
minValue={1}
maxValue={10}
maxValue={20}
onChange={onChangeAmount} />
<Button
ml={1}

File diff suppressed because one or more lines are too long