|
|
|
@ -74,6 +74,12 @@ OptionsDialog::OptionsDialog(QWidget *parent, bool enableWallet) :
|
|
|
|
|
#ifdef Q_OS_MAC
|
|
|
|
|
/* remove Window tab on Mac */
|
|
|
|
|
ui->tabWidget->removeTab(ui->tabWidget->indexOf(ui->tabWindow));
|
|
|
|
|
#if defined(MAC_OS_X_VERSION_MIN_REQUIRED) && MAC_OS_X_VERSION_MIN_REQUIRED > 101100
|
|
|
|
|
/* hide launch at startup option if compiled against macOS > 10.11 (removed API) */
|
|
|
|
|
ui->bitcoinAtStartup->setVisible(false);
|
|
|
|
|
ui->verticalLayout_Main->removeWidget(ui->bitcoinAtStartup);
|
|
|
|
|
ui->verticalLayout_Main->removeItem(ui->horizontalSpacer_0_Main);
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* remove Wallet tab in case of -disablewallet */
|
|
|
|
|