making select from the find file to work, not yet working, needs more redesign in how select is working
This commit is contained in:
@@ -52,6 +52,7 @@ pub enum EventOutcome {
|
||||
Exit(String),
|
||||
DataSaved(SaveOutcome, String),
|
||||
ButtonSelected { context: UiContext, index: usize },
|
||||
TableSelected { path: String },
|
||||
}
|
||||
|
||||
impl EventOutcome {
|
||||
|
||||
Reference in New Issue
Block a user