mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdDiagnostics: Added theme.description to diagnostics output
This commit is contained in:
parent
601050a06b
commit
d4fc846cfc
1 changed files with 4 additions and 0 deletions
|
@ -177,6 +177,10 @@ int CmdDiagnostics (Rules& rules, Database& database, Extensions& extensions, Lo
|
|||
else if ((peditor = getenv ("EDITOR")) != NULL)
|
||||
out << " $EDITOR: " << peditor << "\n";
|
||||
|
||||
// Theme description, if present.
|
||||
if (rules.has ("theme.description"))
|
||||
out << " Color theme: " << rules.get ("theme.description") << "\n";
|
||||
|
||||
out << "\n";
|
||||
|
||||
// Display extensions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue