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