v0.2.5
This commit is contained in:
@@ -9,8 +9,8 @@ Head over to the releases page and grab the latest binary. https://github.com/ad
|
|||||||
### Linux
|
### Linux
|
||||||
Extract and run the binary
|
Extract and run the binary
|
||||||
```
|
```
|
||||||
tar -xvf zec-qt-wallet-v0.2.4.tar.gz
|
tar -xvf zec-qt-wallet-v0.2.5.tar.gz
|
||||||
./zec-qt-wallet-v0.2.4/zec-qt-wallet
|
./zec-qt-wallet-v0.2.5/zec-qt-wallet
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|||||||
@@ -138,6 +138,10 @@ void MainWindow::turnstileProgress() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::turnstileDoMigration() {
|
void MainWindow::turnstileDoMigration() {
|
||||||
|
// Return if there is no connection
|
||||||
|
if (rpc->getAllZAddresses() == nullptr)
|
||||||
|
return;
|
||||||
|
|
||||||
Ui_Turnstile turnstile;
|
Ui_Turnstile turnstile;
|
||||||
QDialog d(this);
|
QDialog d(this);
|
||||||
turnstile.setupUi(&d);
|
turnstile.setupUi(&d);
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ PRECOMPILED_HEADER = src/precompiled.h
|
|||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
|
|
||||||
TARGET = zec-qt-wallet
|
TARGET = zec-qt-wallet
|
||||||
APP_VERSION=\\\"0.2.4\\\"
|
APP_VERSION=\\\"0.2.5\\\"
|
||||||
|
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|||||||
Reference in New Issue
Block a user