change some gui elements, deactivate contact request for now

This commit is contained in:
DenioD
2020-04-30 22:58:35 +02:00
parent 623e5b6d2c
commit 7194122449
5 changed files with 48 additions and 45 deletions

View File

@@ -974,7 +974,7 @@ void MainWindow::setupTransactionsTab() {
qApp->processEvents();
// Click the memo button
this->memoButtonClicked(1, true);
this->memoButtonClicked(1, true);
});
}
}