ux: display encr. table after successful key check

This commit is contained in:
citizen-VM 2020-08-24 05:04:51 +02:00
parent c543fb3514
commit 602d06a6f8
Signed by: wanderer
GPG Key ID: 6391444A736EEE7E

View File

@ -275,6 +275,11 @@ namespace KRY_0x01_ng
{
/* check key button */
bool cool = check_key(textBox1);
if (!cool)
{
return;
}
fill_array_table();
}
}
}