diff --git a/zuluCrypt-gui/password_dialog.cpp b/zuluCrypt-gui/password_dialog.cpp index cacdf68e..f4e36217 100644 --- a/zuluCrypt-gui/password_dialog.cpp +++ b/zuluCrypt-gui/password_dialog.cpp @@ -714,6 +714,11 @@ void passwordDialog::openVolume( const QString& key ) if( m.has_value() ){ m_key = m.value() ; + + passtype = "-f" ; + keyPath = utility::keyPath() ; + + this->sendKey( keyPath ) ; }else{ DialogMsg( this ).ShowUIOK( tr( "ERROR" ),tr( "Failed To Locate Or Run Yubikey's \"ykchalresp\" Program." ) ) ; return this->enableAll() ;