We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ef0e7 commit 24f7c7fCopy full SHA for 24f7c7f
companion/src/mainwindow.cpp
@@ -690,14 +690,8 @@ void MainWindow::updateMenus()
690
compareAct->setEnabled(activeChild);
691
writeSettingsAct->setEnabled(activeChild);
692
readSettingsAct->setEnabled(true);
693
- if (IS_FAMILY_HORUS_OR_T16(getCurrentBoard())) {
694
- writeBUToRadioAct->setEnabled(false);
695
- readBUToFileAct->setEnabled(false);
696
- }
697
- else {
698
- writeBUToRadioAct->setEnabled(true);
699
- readBUToFileAct->setEnabled(true);
700
+ writeBUToRadioAct->setEnabled(false);
+ readBUToFileAct->setEnabled(false);
701
editSplashAct->setDisabled(IS_FAMILY_HORUS_OR_T16(getCurrentBoard()));
702
703
foreach (QAction * act, fileWindowActions) {
0 commit comments