forked from clue/docker-h5ai
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoptions.json.patch
42 lines (42 loc) · 1.09 KB
/
options.json.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
diff --git a/options.json b/options.json
index 8451a64..901565f 100644
--- a/options.json
+++ b/options.json
@@ -123,7 +123,7 @@
- alwaysVisible: boolean, always show download button (defaults to download the current folder)
*/
"download": {
- "enabled": false,
+ "enabled": true,
"type": "php-tar",
"packageName": null,
"alwaysVisible": false
@@ -181,8 +181,8 @@
- qrColor: string, QR-Code fill color
*/
"info": {
- "enabled": false,
- "show": false,
+ "enabled": true,
+ "show": true,
"qrcode": true,
"qrFill": "#999",
"qrBack": "#fff"
@@ -305,7 +305,7 @@
- ignorecase: boolean, ignore case
*/
"search": {
- "enabled": false,
+ "enabled": true,
"advanced": true,
"debounceTime": 300,
"ignorecase": true
@@ -319,7 +319,7 @@
- checkboxes: boolean, show a checkbox on mouse over item
*/
"select": {
- "enabled": false,
+ "enabled": true,
"clickndrag": true,
"checkboxes": true
},