summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 31dd48cf..db119cac 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -590,6 +590,7 @@ void MainWindow::enableUiElements(bool state) {
ui->deleteButton->setEnabled(state);
ui->editButton->setEnabled(state);
ui->pushButton->setEnabled(state);
+ ui->configButton->setEnabled(state);
}
/**