mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-08 02:26:42 +01:00
add modal overlay
This commit is contained in:
parent
f571b079b1
commit
1c4991c51b
2 changed files with 24 additions and 2 deletions
|
|
@ -5,6 +5,8 @@ impl Taggart {
|
|||
todo!()
|
||||
}
|
||||
pub fn save_begin (&mut self) {
|
||||
self.mode = Some(Mode::Save { value: false })
|
||||
if self.tasks.len() > 0 {
|
||||
self.mode = Some(Mode::Save { value: false })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue