mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1881: default.scheduled seems not to work
- Thanks to Onion.
This commit is contained in:
parent
a60c373caf
commit
5ff5a5c1ae
9 changed files with 42 additions and 6 deletions
|
@ -39,6 +39,7 @@ class Task
|
|||
public:
|
||||
static std::string defaultProject;
|
||||
static std::string defaultDue;
|
||||
static std::string defaultScheduled;
|
||||
static bool searchCaseSensitive;
|
||||
static bool regex;
|
||||
static std::map <std::string, std::string> attributes; // name -> type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue