New: Make Backup folder a Path input

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2019-04-28 00:11:00 -04:00
parent c5d980d7b2
commit 6508920449
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 Lidarr's AppData directory"
onChange={onInputChange}