mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 09:29:37 +00:00
TorInfoDialog: assume PLATFORM_INSTALLER has Tor
This commit is contained in:
parent
4990ca09c3
commit
b59d23105c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ TorInfoDialog::TorInfoDialog(QSharedPointer<AppContext> ctx, QWidget *parent)
|
|||
ui->btn_configureInitSync->setIcon(icons()->icon("preferences.svg"));
|
||||
connect(ui->btn_configureInitSync, &QPushButton::clicked, this, &TorInfoDialog::onShowInitSyncConfigDialog);
|
||||
|
||||
#ifndef HAS_TOR_BIN
|
||||
#if !defined(HAS_TOR_BIN) && !defined(PLATFORM_INSTALLER)
|
||||
ui->check_useLocalTor->setChecked(true);
|
||||
ui->check_useLocalTor->setEnabled(false);
|
||||
ui->check_useLocalTor->setToolTip("Feather was bundled without Tor");
|
||||
|
|
Loading…
Reference in a new issue