mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Call export_headers every second
This commit is contained in:
parent
2da6680732
commit
2adfc04a14
1 changed files with 1 additions and 0 deletions
|
@ -575,6 +575,7 @@ impl TTApp {
|
|||
}
|
||||
|
||||
pub fn update(&mut self) -> Result<(), Box<dyn Error>> {
|
||||
self.task_report_table.export_headers()?;
|
||||
self.export_tasks()?;
|
||||
self.update_tags();
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue