-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpreferences.json
More file actions
31 lines (31 loc) · 819 Bytes
/
Copy pathpreferences.json
File metadata and controls
31 lines (31 loc) · 819 Bytes
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
[
{
"type": "dropdown",
"value": "number",
"label": "Choose mode for No Gaps mode",
"property": "no-gap.mode-select",
"default": 1,
"options": [
{
"label": "Only Compact Mode",
"value": 0
},
{
"label": "Both non compact and compact mode",
"value": 1
}
]
},
{
"type": "checkbox",
"default": false,
"label": "Remove highlight on tab when in split mode",
"property": "no-gaps.remove-split-highlight"
},
{
"type": "checkbox",
"default": false,
"label": "Remove shadow emited by the website",
"property": "no-gaps.remove-box-shadow"
}
]