Backup directory is a path

This commit is contained in:
Mark McDowall 2019-04-13 23:28:47 -07:00
parent 90626e353f
commit 9421af2c3f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function BackupSettings(props) {
<FormLabel>Folder</FormLabel>
<FormInputGroup
type={inputTypes.TEXT}
type={inputTypes.PATH}
name="backupFolder"
helpText="Relative paths will be under Sonarr's AppData directory"
onChange={onInputChange}