mirror of
https://github.com/rclone/rclone.git
synced 2025-06-19 19:28:00 +02:00
config: Fix hiding of options from the configurator
This commit is contained in:
parent
493dfb68fd
commit
8fdce31700
@ -1085,7 +1085,9 @@ func editOptions(ri *fs.RegInfo, name string, isNew bool) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
FileSet(name, option.Name, ChooseOption(&option, name))
|
if option.Hide&fs.OptionHideConfigurator == 0 {
|
||||||
|
FileSet(name, option.Name, ChooseOption(&option, name))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user