mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 09:36:42 +01:00
allow exiting from modals; add buttons
This commit is contained in:
parent
a4ee3d2912
commit
2e072cb51c
6 changed files with 81 additions and 68 deletions
|
|
@ -26,10 +26,10 @@ pub enum Mode {
|
|||
index: usize,
|
||||
},
|
||||
Save {
|
||||
value: bool,
|
||||
value: u8,
|
||||
},
|
||||
Quit {
|
||||
value: bool,
|
||||
value: u8,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue