diff --git a/README.md b/README.md index 91466b7..4a53ca3 100644 --- a/README.md +++ b/README.md @@ -48,7 +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). +- Tabs can be hidden through the `Hide tabs` menu, and more entries can be hidden by manually editing [`config/aio-switch-updater/hide_tabs.json`](https://github.com/HamletDuFromage/aio-switch-updater/blob/master/hide_tabs.json). ## Screenshots
Expand to view the screenshots diff --git a/source/changelog_page.cpp b/source/changelog_page.cpp index cc2f9ab..3d8c6d9 100644 --- a/source/changelog_page.cpp +++ b/source/changelog_page.cpp @@ -188,7 +188,7 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true) changes.push_back("\uE016 Fixed crash when downloading cheats in applet mode.\n\uE016 Fixed progress bar percentage not showing past 10%."); verTitles.push_back("v2.11.3"); - changes.push_back("\uE016 Don't download the cheat archive when already cached.\n\uE016 Added ability to hide more entries through hideTabs.json.\n\uE016 Better support for non-UTF-8 characters."); + changes.push_back("\uE016 Don't download the cheat archive when already cached.\n\uE016 Added ability to hide more entries through hide_tabs.json.\n\uE016 Better support for non-UTF-8 characters."); for(int i = verTitles.size() -1 ; i >= 0; i--){ listItem = new brls::ListItem(verTitles[i]);