feat: add single click mode (#1139)

This commit is contained in:
Julien Loir 2020-11-23 19:06:37 +01:00 committed by GitHub
parent 10e399b3c3
commit e8b4e9af46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 40 additions and 15 deletions

View file

@ -28,6 +28,7 @@ type User struct {
Locale string `json:"locale"`
LockPassword bool `json:"lockPassword"`
ViewMode ViewMode `json:"viewMode"`
SingleClick bool `json:"singleClick"`
Perm Permissions `json:"perm"`
Commands []string `json:"commands"`
Sorting files.Sorting `json:"sorting"`