From 3ddd7f0a8f498d5b031385da85583243eea58c6a Mon Sep 17 00:00:00 2001 From: flb Date: Wed, 21 Jul 2021 15:49:17 +0200 Subject: [PATCH] add hideTabs.json --- README.md | 1 + hide_tabs.json | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 hide_tabs.json diff --git a/README.md b/README.md index 382b1b8..91466b7 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Copy the `aio-switch-updater/` directory to `/switch/` on your sdcard. - Consult installed cheat codes. - Launch the Switch's web browser. - Edit internet settings (DNS, IP address, MTU, etc). Add you own configs to `config/aio-switch-updater/internet.json`. You can find a template in the root of the repo. +- Tabs can be hidden through the `Hide tabs` menu, and more entries can be hidden by manually editing [`config/aio-switch-updater/hideTabs.json`](https://github.com/HamletDuFromage/aio-switch-updater/blob/master/hideTabs.json). ## Screenshots
Expand to view the screenshots diff --git a/hide_tabs.json b/hide_tabs.json new file mode 100644 index 0000000..d2813c0 --- /dev/null +++ b/hide_tabs.json @@ -0,0 +1,19 @@ +{ + "about": true, + "atmosphere": false, + "atmosphereentries": true, + "cfw": true, + "cheats": true, + "firmwares": true, + "sigpatches": true, + "jccolor": true, + "pccolor": true, + "downloadpayload": true, + "rebootpayload": true, + "netsettings": true, + "browser": true, + "move": true, + "cleanup": true, + "language": true, + "hidetabs": true +} \ No newline at end of file