This commit is contained in:
igor 2018-01-22 16:58:54 +03:00
parent 67aebedeb3
commit 780a02c1b4
2 changed files with 3 additions and 1 deletions

View File

@ -903,7 +903,7 @@
type="Application",
icon="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Control/Icon.pic",
forceDownload=true,
version=5.11,
version=5.12,
resources={
{
path="/Localization/Russian.lang",

View File

@ -125,6 +125,8 @@ module.onTouch = function()
table.insert(array, tostring(key))
end
input.autoComplete:match(array)
else
input.autoComplete:clear()
end
end