mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColRecur: Added _modifiable
This commit is contained in:
parent
33d7ea6569
commit
49d5a16db3
1 changed files with 6 additions and 5 deletions
|
@ -44,11 +44,12 @@ extern Task& contextTask;
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ColumnRecur::ColumnRecur ()
|
ColumnRecur::ColumnRecur ()
|
||||||
{
|
{
|
||||||
_name = "recur";
|
_name = "recur";
|
||||||
_style = "duration";
|
_style = "duration";
|
||||||
_label = STRING_COLUMN_LABEL_RECUR;
|
_label = STRING_COLUMN_LABEL_RECUR;
|
||||||
_styles = {"duration", "indicator"};
|
_modifiable = true;
|
||||||
_examples = {"weekly", context.config.get ("recurrence.indicator")};
|
_styles = {"duration", "indicator"};
|
||||||
|
_examples = {"weekly", context.config.get ("recurrence.indicator")};
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue