mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-09 12:01:44 +00:00
fix typos
This commit is contained in:
parent
3ddd7f0a8f
commit
22bf0a4538
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +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).
|
- 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
|
## Screenshots
|
||||||
<details><summary>Expand to view the screenshots</summary>
|
<details><summary>Expand to view the screenshots</summary>
|
||||||
|
|
|
@ -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%.");
|
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");
|
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--){
|
for(int i = verTitles.size() -1 ; i >= 0; i--){
|
||||||
listItem = new brls::ListItem(verTitles[i]);
|
listItem = new brls::ListItem(verTitles[i]);
|
||||||
|
|
Loading…
Reference in a new issue