Skip to main content

draw_input_dialog

Function draw_input_dialog 

Source
pub fn draw_input_dialog(
    f: &mut Frame<'_>,
    _app: &AppState,
    state: &InputDialogState,
    ok_selected: bool,
)
Expand description

Draw the text input dialog for entering a custom save-folder path.

Layout: title bar, prompt, input line with cursor indicator, instruction line, and [ OK ] [ Cancel ] buttons.