Fix compile issue when XMR.to is disabled

remotes/1691844314220217825/master
tobtoht 3 years ago
parent 5b679da427
commit b3b1ac1c47
Signed by untrusted user: tobtoht
GPG Key ID: 1CADD27F41F45C3C

@ -413,7 +413,7 @@ void MainWindow::initMenu() {
m_tabShowHideMapper["Exchange"] = new ToggleTab(ui->tabExchange, "Exchange", "Exchange", ui->actionShow_Exchange, Config::showTabExchange);
m_tabShowHideSignalMapper->setMapping(ui->actionShow_Exchange, "Exchange");
#else
ui->actionShow_Exchanges->setVisible(false);
ui->actionShow_Exchange->setVisible(false);
#endif
#if defined(HAS_XMRIG)

Loading…
Cancel
Save