Hide the Lifesaver button in the right panel if no Help

This commit is contained in:
Phil Olynyk 2019-04-10 15:52:47 -04:00
parent 4223bd7d4f
commit c67cd82bb3

View File

@ -138,6 +138,9 @@ void MainWindow::SetupGUI()
ui->overviewButton->setDisabled(true); ui->overviewButton->setDisabled(true);
ui->statisticsButton->setDisabled(true); ui->statisticsButton->setDisabled(true);
ui->importButton->setDisabled(true); ui->importButton->setDisabled(true);
#ifdef helpless
ui->helpButton->setVisible(false);
#endif
m_inRecalculation = false; m_inRecalculation = false;
m_restartRequired = false; m_restartRequired = false;