Remove decimals on Android connection timeout, bump maximum to 120

This commit is contained in:
baldurk
2018-02-25 12:00:40 +00:00
parent c0afad8cd8
commit 5c96b1846a
+2 -2
View File
@@ -1068,10 +1068,10 @@ Only happens if the capture is not in the recent files list.</string>
<string>Maximum time to try connecting to the target app.</string>
</property>
<property name="decimals">
<number>2</number>
<number>0</number>
</property>
<property name="maximum">
<double>100.000000000000000</double>
<double>120.000000000000000</double>
</property>
</widget>
</item>