Fix: typing app menu

This commit is contained in:
2018-06-07 08:57:10 +09:00
parent 26b47536dc
commit 670d48cbc7
8 changed files with 110 additions and 103 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
const LANGUAGE_KOREAN = "korean";
const LANGUAGE_ENGLISH = "english";
const LANGUAGE_ENGLISH = "english";
const MODE_RELEASE = "release";
const MODE_RELEASE = "release";
const MODE_DEBUG = "debug";
const runMode = MODE_DEBUG;