#161 Allow configuration for prices/check updates
This commit is contained in:
@@ -168,6 +168,10 @@ void ConnectionLoader::createZcashConf() {
|
||||
if (d.exec() == QDialog::Accepted) {
|
||||
datadir = ui.lblDirName->text();
|
||||
useTor = ui.chkUseTor->isChecked();
|
||||
if (!ui.chkAllowInternet->isChecked()) {
|
||||
Settings::getInstance()->setAllowFetchPrices(false);
|
||||
Settings::getInstance()->setCheckForUpdates(false);
|
||||
}
|
||||
}
|
||||
|
||||
main->logger->write("Creating file " + confLocation);
|
||||
|
||||
Reference in New Issue
Block a user