1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Mobile: Fixed proxy timeout setting UI

This commit is contained in:
Laurent Cozic
2023-01-03 20:22:44 +00:00
parent 00bc25ed5c
commit 275c80ade5
2 changed files with 5 additions and 1 deletions

View File

@@ -1464,6 +1464,7 @@ class Setting extends BaseModel {
'net.proxyTimeout': {
value: 1,
type: SettingItemType.Int,
maximum: 60,
advanced: true,
section: 'sync',
isGlobal: true,