forked from TrueCloudLab/rclone
config: Fix hiding of options from the configurator
This commit is contained in:
parent
493dfb68fd
commit
8fdce31700
1 changed files with 3 additions and 1 deletions
|
@ -1085,11 +1085,13 @@ func editOptions(ri *fs.RegInfo, name string, isNew bool) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if option.Hide&fs.OptionHideConfigurator == 0 {
|
||||||
FileSet(name, option.Name, ChooseOption(&option, name))
|
FileSet(name, option.Name, ChooseOption(&option, name))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// NewRemote make a new remote from its name
|
// NewRemote make a new remote from its name
|
||||||
func NewRemote(name string) {
|
func NewRemote(name string) {
|
||||||
|
|
Loading…
Reference in a new issue