Skip to content
Snippets Groups Projects
Commit 01a6ff14 authored by rswindell's avatar rswindell
Browse files

Display the new state of the batch file flagging and extended description

toggle option after being changed from the File Scan Configuration menu.
parent da632185
Branches
Tags
No related merge requests found
......@@ -854,11 +854,29 @@ cmdkey &
end_cmd
cmdkey B
crlf
toggle_user_misc UM_BATCHFLAG
compare_user_misc UM_BATCHFLAG
print "Batch flagging in file listings is now: \1h"
if_true
print "ON"
else
print "OFF"
end_if
crlf
end_cmd
cmdkey E
crlf
toggle_user_misc UM_EXTDESC
compare_user_misc UM_EXTDESC
print "Extended file description display is now: \1h"
if_true
print "ON"
else
print "OFF"
end_if
crlf
end_cmd
end_cmd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment