1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-19 13:33:39 +01:00

add hideTabs.json

This commit is contained in:
flb 2021-07-21 15:49:17 +02:00
parent b41cadfa54
commit 3ddd7f0a8f
2 changed files with 20 additions and 0 deletions

View file

@ -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
<details><summary>Expand to view the screenshots</summary>

19
hide_tabs.json Normal file
View file

@ -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
}