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
|
|
@ -302,8 +302,9 @@ func quickSetup(flags *pflag.FlagSet, d pythonData) {
|
|||
Signup: false,
|
||||
CreateUserDir: false,
|
||||
Defaults: settings.UserDefaults{
|
||||
Scope: ".",
|
||||
Locale: "en",
|
||||
Scope: ".",
|
||||
Locale: "en",
|
||||
SingleClick: false,
|
||||
Perm: users.Permissions{
|
||||
Admin: false,
|
||||
Execute: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue