mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-07 10:06:44 +01:00
add clear_changes
This commit is contained in:
parent
36423fc994
commit
38f97558a7
3 changed files with 25 additions and 17 deletions
|
|
@ -12,8 +12,7 @@ impl Taggart {
|
|||
}) },
|
||||
press!(Enter) => match choice {
|
||||
0 => {
|
||||
todo!("clear modified_tag");
|
||||
//self.tasks = vec![];
|
||||
self.clear_changes();
|
||||
self.mode = None;
|
||||
},
|
||||
1 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue