Fix chart button visibility
This commit is contained in:
parent
4f6291a3f6
commit
883087d161
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void MainWindow::initWindow() {
|
||||||
ui->actionCheck_for_Updates->setVisible(false);
|
ui->actionCheck_for_Updates->setVisible(false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef QT_CHARTS_LIB
|
#ifndef QT_CHARTS_LIB
|
||||||
ui->pushButton_SummaryChart->setVisible(false);
|
ui->pushButton_SummaryChart->setVisible(false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue