mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 10:13:42 +02:00
Disable the auto-disconnect timer by default. Automatically disconnecting serves little purpose.
This commit is contained in:
parent
d1a85e7b1e
commit
275e19f852
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
|
|||
False, '9090',
|
||||
False, '',
|
||||
'', '',
|
||||
True, '',
|
||||
False, '',
|
||||
True, '75',
|
||||
True
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue