Support mounting encrypted drive, fixes #144
This commit is contained in:
parent
12d47c8c80
commit
583d3dfa0d
4 changed files with 70 additions and 6 deletions
|
|
@ -85,6 +85,7 @@ pub type MounterItems = Vec<MounterItem>;
|
|||
#[derive(Clone, Debug)]
|
||||
pub enum MounterMessage {
|
||||
Items(MounterItems),
|
||||
MountResult(MounterItem, Result<bool, String>),
|
||||
NetworkAuth(String, MounterAuth, mpsc::Sender<MounterAuth>),
|
||||
NetworkResult(String, Result<bool, String>),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue