mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
feat: add single click mode (#1139)
This commit is contained in:
parent
10e399b3c3
commit
e8b4e9af46
10 changed files with 40 additions and 15 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue