1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-03 14:25:38 +02:00

settings: fix accept transfer's limit

Number.MAX_VALUE doesn't work and it's already the default value
of the Intvalidator

Change-Id: Ic5c6ddacbc46aaa4ba67a8f1e262431489efb07d
GitLab: #570
This commit is contained in:
Sébastien Blin 2021-11-02 16:59:11 -04:00
parent f69df3416c
commit 87b983af90

View file

@ -80,7 +80,6 @@ ColumnLayout {
tooltipText: JamiStrings.acceptTransferTooltip
itemWidth: root.itemWidth
bottomValue: 0
topValue: Number.MAX_VALUE
valueField: CurrentAccount.autoTransferSizeThreshold