mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-09 20:11:48 +00:00
add hideTabs.json
This commit is contained in:
parent
b41cadfa54
commit
3ddd7f0a8f
2 changed files with 20 additions and 0 deletions
|
@ -48,6 +48,7 @@ Copy the `aio-switch-updater/` directory to `/switch/` on your sdcard.
|
||||||
- Consult installed cheat codes.
|
- Consult installed cheat codes.
|
||||||
- Launch the Switch's web browser.
|
- 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.
|
- 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
|
## Screenshots
|
||||||
<details><summary>Expand to view the screenshots</summary>
|
<details><summary>Expand to view the screenshots</summary>
|
||||||
|
|
19
hide_tabs.json
Normal file
19
hide_tabs.json
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue