Skip to content
Snippets Groups Projects
Commit 87b983af authored by Sébastien Blin's avatar Sébastien Blin
Browse files

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
parent f69df341
Branches
Tags
No related merge requests found
......@@ -80,7 +80,6 @@ ColumnLayout {
tooltipText: JamiStrings.acceptTransferTooltip
itemWidth: root.itemWidth
bottomValue: 0
topValue: Number.MAX_VALUE
valueField: CurrentAccount.autoTransferSizeThreshold
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment