pushing Return on World Selection will bring you to the Character Selection (and the implementation is quite dirty I might say)

This commit is contained in:
minjaesong
2021-10-27 23:39:32 +09:00
parent 1c8261cc7e
commit b4dcb559cd
4 changed files with 61 additions and 25 deletions

View File

@@ -87,5 +87,5 @@ class IMEDictionary(private val filename: String) {
return if (out.isNotEmpty()) out.substring(1) else ""
}
}