Skip to main content

draw_confirm_popup

Function draw_confirm_popup 

Source
pub fn draw_confirm_popup(
    f: &mut Frame<'_>,
    app: &AppState,
    title: &str,
    details: &[(&str, &str)],
    selected_yes: bool,
)
Expand description

Draw a simple confirmation popup with [ Yes ] [ No ] buttons.