/H to toggle hide/unhide of levels

This commit is contained in:
mysticbbs 2012-02-26 16:15:21 -05:00
parent b77f9578b7
commit 65a031a1fa
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@ Begin
List.Close;
Case List.ExitCode of
'/' : Case GetCommandOption(11, 'T-Toggle Hide|') of
'T' : HideMode := Not HideMode;
'/' : Case GetCommandOption(11, 'H-Toggle Hide|') of
'H' : HideMode := Not HideMode;
End;
#13 : Begin
Count := strS2I(Copy(List.List[List.Picked]^.Name, 1, 3));