Message after unmount
This commit is contained in:
+2
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user