Skip to content
Snippets Groups Projects
Commit cdd5d134 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Display menu/tmessage.* when entering file transfer section, if it exists

This appears to be have been missed in the conversion from Baja

Reported by vela025
parent e07cf256
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,7 @@ function main_info()
// Prompts for new-file-scan the first time the user enters the file section
function enter_file_section()
{
bbs.menu("tmessage", P_NOERROR);
if(bbs.file_cmds > 0)
return;
if(!(user.settings & USER_ASK_NSCAN))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment