Message after unmount

This commit is contained in:
Jeremy Soller
2023-01-11 18:10:30 -07:00
parent 9a068db3f1
commit fce55b54db
+2 -1
View File
@@ -304,7 +304,8 @@ fn install<F: FnMut(Message)>(disk_path: String, password_opt: Option<String>, m
match res {
Ok(()) => {
//TODO: success message?
message!("finished installing, ready to reboot");
//TODO: reboot button?
},
Err(err) => {
f(Message::Error(