Properly add slash check and fix JPN Lang selection.

This commit is contained in:
StackZ
2020-10-30 19:16:37 +01:00
parent b7fa9c2ba5
commit 6aec8dac77
4 changed files with 38 additions and 21 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
extern bool checkWifiStatus();
extern bool touching(touchPosition touch, Structs::ButtonPos button);
static const std::vector<std::string> languages = { "Bruh", "Dansk", "Deutsch", "English", "Español", "Français", "Italiano", "Lietuvių", "Polski", "Português", "Русский", "日本語" };
static const std::string langsTemp[] = { "br", "da", "de", "en", "es", "fr", "it", "lt", "pl", "pt", "ru", "jp "};
static const std::string langsTemp[] = { "br", "da", "de", "en", "es", "fr", "it", "lt", "pl", "pt", "ru", "jp"};
static const std::vector<Structs::ButtonPos> mainButtons = {
{ 10, 4, 300, 22 },