mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Cosmetic
This commit is contained in:
parent
8de9f8e826
commit
a8394b6400
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ void MainWindow::updateMenus()
|
|||
bool hasMdiChild = (activeMdiChild() != 0);
|
||||
bool hasSelection = (activeMdiChild() && activeMdiChild()->hasSelection());
|
||||
|
||||
if(GetCurrentFirmware()->getBoard()== BOARD_HORUS) {
|
||||
if(GetCurrentFirmware()->getBoard() == BOARD_HORUS) {
|
||||
newAct->setEnabled(false);
|
||||
openAct->setEnabled(false);
|
||||
saveAct->setEnabled(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue