feat(crypt): add show hidden option (#5554)

This commit is contained in:
textrix
2023-11-23 22:50:16 +09:00
committed by GitHub
parent 0fbb986ba9
commit fe34d30d17
2 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,8 @@ type Addition struct {
FileNameEncoding string `json:"filename_encoding" type:"select" required:"true" options:"base64,base32,base32768" default:"base64" help:"for advanced user only!"`
Thumbnail bool `json:"thumbnail" required:"true" default:"false" help:"enable thumbnail which pre-generated under .thumbnails folder"`
ShowHidden bool `json:"show_hidden" default:"true" required:"false" help:"show hidden directories and files"`
}
var config = driver.Config{