Download Params

This commit is contained in:
Aditya Kulkarni
2018-11-05 21:19:08 -08:00
parent 228f61f225
commit 619ff9fdd6
4 changed files with 125 additions and 44 deletions

View File

@@ -836,8 +836,7 @@ void RPC::shutdownZcashd() {
d.setWindowTitle("Waiting for zcashd to exit");
d.setText("Please wait for zcashd to exit. Don't click OK!");
d.setStandardButtons(QMessageBox::NoButton);
//d.setWindowFlags(Qt::SplashScreen);
QTimer waiter(main);
// We capture by reference all the local variables because of the d.exec()