mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Hide the Lifesaver button in the right panel if no Help
This commit is contained in:
parent
4223bd7d4f
commit
c67cd82bb3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user