mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +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);
|
||||
}
|
||||
|
||||
current_firmware_variant = GetFirmware(simOptions.firmwareId);
|
||||
|
||||
g.simuLastProfId(simOptions.profileId);
|
||||
g.lastSimulator(simOptions.firmwareId);
|
||||
g.simuLastEepe(simOptions.eepromFileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue