change exit splash screen
This commit is contained in:
11
src/rpc.cpp
11
src/rpc.cpp
@@ -871,11 +871,12 @@ void RPC::shutdownZcashd() {
|
|||||||
conn->doRPCWithDefaultErrorHandling(payload, [=](auto) {});
|
conn->doRPCWithDefaultErrorHandling(payload, [=](auto) {});
|
||||||
conn->shutdown();
|
conn->shutdown();
|
||||||
|
|
||||||
QMessageBox d(main);
|
QDialog d(main);
|
||||||
d.setIcon(QMessageBox::Icon::Information);
|
Ui_ConnectionDialog connD;
|
||||||
d.setWindowTitle("Waiting for zcashd to exit");
|
connD.setupUi(&d);
|
||||||
d.setText("Please wait for zcashd to exit.");
|
connD.topIcon->setBasePixmap(QIcon(":/icons/res/icon.ico").pixmap(256, 256));
|
||||||
d.setStandardButtons(QMessageBox::NoButton);
|
connD.status->setText("Please wait for zec-qt-wallet to exit");
|
||||||
|
connD.statusDetail->setText("Waiting for zcashd to exit");
|
||||||
|
|
||||||
QTimer waiter(main);
|
QTimer waiter(main);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user