DS2QK45WJXF2DX5KP54732B7TBSHX7IT6BGH7MAOVNI7BSMALRJAC
LWTUIM4B3G2LKUE4YLV72YERLELQZU2XA5I5BMHT7KLTNTPB2PZQC
PNYL4BRD4OU3T5F4N5HWAKROS4SW2F3C4VF4JUAMTLLFVRA55SMAC
} else { ui.heading(format!("Failed to find handler: {}", internal)); ui.label("See a list of handlers at:"); if ui.button("internal:list").clicked() { self.url_history.push("internal:list".to_string()); self.reload = true; }
} else {
ui.heading(format!("Failed to find handler: {}", internal));
ui.label("See a list of handlers at:");
if ui.button("internal:list").clicked() {
self.url_history.push("internal:list".to_string());
self.reload = true;
}