Skip to content

Commit d917290

Browse files
committed
FIXED: Bindings HIDE option
1 parent ceea2be commit d917290

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/App/Asciio/Actions.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ if($self->{USE_BINDINGS_COMPLETION} && ! $self->{CURRENT_ACTIONS}{HIDE})
4848
{
4949
my $shortcut = $_->{SHORTCUTS} ;
5050

51-
! exists $reserved{$shortcut}
52-
&& ! ($self->{CURRENT_ACTIONS}{$shortcut}{OPTIONS}{HIDE})
51+
! exists $reserved{$shortcut} && ! $_->{OPTIONS}{HIDE}
5352
} $self->{ACTIONS_ORDERED}{$self->{CURRENT_ACTIONS}{NAME}}->@* ;
5453

5554
$self->{BINDINGS_COMPLETION} =

0 commit comments

Comments
 (0)