mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
[simulator] Fix standalone simulator radio type name in window title.
This commit is contained in:
parent
5bf7a6c28d
commit
ebdc73a421
1 changed files with 2 additions and 0 deletions
|
@ -375,6 +375,8 @@ int main(int argc, char *argv[])
|
||||||
return finish(2);
|
return finish(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
current_firmware_variant = GetFirmware(simOptions.firmwareId);
|
||||||
|
|
||||||
g.simuLastProfId(simOptions.profileId);
|
g.simuLastProfId(simOptions.profileId);
|
||||||
g.lastSimulator(simOptions.firmwareId);
|
g.lastSimulator(simOptions.firmwareId);
|
||||||
g.simuLastEepe(simOptions.eepromFileName);
|
g.simuLastEepe(simOptions.eepromFileName);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue