commands: Modify CmdAdd and CmdLog to use context
This only sets the command properties.
This commit is contained in:
@@ -39,7 +39,7 @@ CmdAdd::CmdAdd ()
|
||||
_read_only = false;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
_uses_context = false;
|
||||
_uses_context = true;
|
||||
_accepts_filter = false;
|
||||
_accepts_modifications = true;
|
||||
_accepts_miscellaneous = false;
|
||||
|
||||
Reference in New Issue
Block a user