mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdUrgency: _urgency no longer obeys context
This commit is contained in:
parent
54ca77bfab
commit
4d9ac995fe
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ CmdUrgency::CmdUrgency ()
|
|||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = true;
|
||||
_uses_context = true;
|
||||
_uses_context = false;
|
||||
_accepts_filter = true;
|
||||
_accepts_modifications = false;
|
||||
_accepts_miscellaneous = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue