diff --git a/oscar/mainwindow.cpp b/oscar/mainwindow.cpp index abbfad08..6d5d645b 100644 --- a/oscar/mainwindow.cpp +++ b/oscar/mainwindow.cpp @@ -138,6 +138,9 @@ void MainWindow::SetupGUI() ui->overviewButton->setDisabled(true); ui->statisticsButton->setDisabled(true); ui->importButton->setDisabled(true); +#ifdef helpless + ui->helpButton->setVisible(false); +#endif m_inRecalculation = false; m_restartRequired = false;