Fix label text to display only after file selection

main
Luca Lombardo 9 months ago
parent c947d634ee
commit fc2103944a

@ -61,7 +61,7 @@ fn print_utils(window: &ApplicationWindow) -> Box {
// add the button to the box // add the button to the box
box_var.append(&button); box_var.append(&button);
box_var.append(&Label::new(Some("Hai selezionato il file: {file_path}"))); box_var.append(&Label::new(Some("Hai selezionato il file: {file_path}"))); // vorrei che questa stringa spuntasse solo dopo aver selezionato il file
let box_aux = Box::new(Orientation::Horizontal, 10); let box_aux = Box::new(Orientation::Horizontal, 10);
let subtitle = Label::new(None); let subtitle = Label::new(None);

Loading…
Cancel
Save