Skip to content

Commit

Permalink
Enable context based filtering for modify commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rubieking authored Dec 25, 2024
1 parent 3bf0200 commit a596753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/CmdModify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CmdModify::CmdModify() {
_read_only = false;
_displays_id = false;
_needs_gc = false;
_uses_context = false;
_uses_context = true;
_accepts_filter = true;
_accepts_modifications = true;
_accepts_miscellaneous = false;
Expand Down

0 comments on commit a596753

Please sign in to comment.