desktop -> app encryption

This commit is contained in:
Aditya Kulkarni
2019-01-25 11:04:03 -08:00
parent 050e686197
commit 82343f7209
3 changed files with 99 additions and 49 deletions

View File

@@ -562,6 +562,7 @@ void MainWindow::connectApp() {
QObject::connect(con.btnDisconnect, &QPushButton::clicked, [=]() {
AppDataServer::saveNonceHex(NonceType::REMOTE, QString("00").repeated(24));
AppDataServer::saveNonceHex(NonceType::LOCAL, QString("00").repeated(24));
});
d.exec();