Add Script path Selection inside U-U!

Press <Y> inside the Settings Sub Menu to select it.
This commit is contained in:
StackZ
2019-12-25 21:35:20 +01:00
parent 6db2c2ab41
commit 0fb5d03a87
6 changed files with 176 additions and 4 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ void MainMenu::Logic(u32 hDown, u32 hHeld, touchPosition touch) {
} else {
notConnectedMsg();
}
} else if (touching(touch, mainButtons[2])) {
} else if (touching(touch, mainButtons[2])) {
if (checkWifiStatus() == true) {
Screen::set(std::make_unique<TinyDB>());
} else {