1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Cosmetics

This commit is contained in:
Andre Bernet 2014-03-17 23:56:37 +01:00
parent 469ae3d90d
commit 25ee57caf0

View file

@ -115,14 +115,13 @@ int main(int argc, char *argv[])
if (msgBox.clickedButton() == exitButton)
return 0;
if (msgBox.clickedButton() == taranisButton) {
else if (msgBox.clickedButton() == taranisButton) {
current_firmware_variant = GetFirmwareVariant("opentx-taranis-en");
eepromFileName = "eeprom-taranis.bin";
dialog = new SimulatorDialogTaranis();
}
else {
eepromFileName = "eeprom-9x.bin";
eepromFileName = "eeprom-9x.bin";
dialog = new SimulatorDialog9X();
}