Add fastresume to desktop app
This commit is contained in:
parent
e8ef1f170d
commit
eb2b9e5a41
5 changed files with 22 additions and 1 deletions
|
|
@ -299,6 +299,14 @@ export const ConfigModal: React.FC<{
|
|||
onChange={handleInputChange}
|
||||
disabled={config.persistence.disable}
|
||||
/>
|
||||
|
||||
<FormCheck
|
||||
label="Enable fast resume (experimental)"
|
||||
name="persistence.fastresume"
|
||||
checked={config.persistence.fastresume}
|
||||
onChange={handleToggleChange}
|
||||
help="If enabled, restarting will not rehash torrents, and thus will be faster. You should not modify the downloaded files in any way if you use that."
|
||||
/>
|
||||
</Fieldset>
|
||||
</Tab>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue