diff options
| author | Hygna <hygna@proton.me> | 2022-10-03 06:44:49 +0100 |
|---|---|---|
| committer | Hygna <hygna@proton.me> | 2022-10-03 06:44:49 +0100 |
| commit | c1af086c2756f401d8403b259e29f1354c5e001f (patch) | |
| tree | d1bc11a485199bc80314ea7719af75dfac0529d6 /src/config | |
| parent | Corrected minor mistake (diff) | |
| download | libredirect-c1af086c2756f401d8403b259e29f1354c5e001f.zip | |
Finished options upgrading
Diffstat (limited to '')
| -rw-r--r-- | src/config/config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config/config.json b/src/config/config.json index b15c20d4..6866453c 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -22,7 +22,8 @@ "frontends": {
"invidious": {
"preferences": {
- "cookies": ["PREFS"]
+ "cookies": ["PREFS"],
+ "localstorage": ["dark_mode"]
},
"name": "Invidious",
"embeddable": true,
@@ -529,7 +530,7 @@ "embeddable": false,
"url": "https://maps.libredirect.invalid"
},
- "uploadFiles": {
+ "sendFiles": {
"frontends": {
"send": {
"name": "Send",
|
