Hide loading progress asap.

This commit is contained in:
sorgelig
2020-05-18 18:28:19 +08:00
parent b47fbb5584
commit a3be9b78dd

View File

@@ -1874,6 +1874,8 @@ int user_io_file_tx(const char* name, unsigned char index, char opensave, char m
send_pcolchr(name, (index & 0x1F) | 0x20, 0);
send_pcolchr(name, (index & 0x1F) | 0x60, 1);
}
MenuHide();
return 1;
}