diff --git a/companion/src/mainwindow.cpp b/companion/src/mainwindow.cpp index c702c5f54..31e5967a6 100644 --- a/companion/src/mainwindow.cpp +++ b/companion/src/mainwindow.cpp @@ -949,7 +949,7 @@ void MainWindow::updateMenus() writeBackupToRadioAct->setEnabled(true); readBackupToFileAct->setEnabled(true); for (int i=0; isetEnabled(false); + recentFileActs[i]->setEnabled(true); } separatorAct->setVisible(hasMdiChild); simulateAct->setEnabled(hasSelection);