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:
parent
f69df3416c
commit
87b983af90
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ ColumnLayout {
|
|||
tooltipText: JamiStrings.acceptTransferTooltip
|
||||
itemWidth: root.itemWidth
|
||||
bottomValue: 0
|
||||
topValue: Number.MAX_VALUE
|
||||
|
||||
valueField: CurrentAccount.autoTransferSizeThreshold
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue