-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.json
52 lines (52 loc) · 1.66 KB
/
options.json
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
43
44
45
46
47
48
49
50
51
52
{
"options": [
{
"type": "hint",
"text": "To choose what to disable or enable when battery saver activates or deactivates, enter \"on\" or \"off\" in the first column off both tables."
},
{
"type": "hint",
"text": "To edit the brightness setting, choose a value between one and zero."
},
{
"type": "hint",
"text": "Available options for both tables are: \"Brightness\", \"Wifi\", \"Bluetooth\" and \"Backlight\"."
},
{
"type": "table",
"text": "On activation",
"key": "activation",
"columns": [
{"text": "Enable", "key": "enable"},
{"text": "Option", "key": "option"}
]
},
{
"type": "checkmark",
"text": "Remember Bluetooth and Wifi settings when activated (so they can be reverted once deactivated)",
"key": "remember_settings"
},
{
"type": "divider"
},
{
"type": "table",
"text": "On deactivation",
"key": "deactivation",
"columns": [
{"text": "Enable", "key": "enable"},
{"text": "Option", "key": "option"}
]
},
{
"type": "hint",
"text": "If you checked the textbox to remember Wifi and Bluetooth settings, those fields will be ignored here."
},
{
"type": "buttons",
"buttons": [
{"text": "See the Github repo", "url": "http://flashlight.nateparrott.com"}
]
}
]
}