n4af / TR4W

TRLOG 4 Windows free amateur radio logging application
GNU General Public License v3.0
19 stars 6 forks source link

When program crashes due to an exception, the new operator call is not saved #661

Closed ny4i closed 1 year ago

ny4i commented 1 year ago

Due to a different error, the program would crash and come back with the prior callsign even though we used the OPON command to set the new op. It is possible the new operator is not written to the restart file until a contact is made. If so, this should be changed so the new op is written right away.

ny4i commented 1 year ago

Call SaveRestartFile after menu_login is changed.

ny4i commented 1 year ago

This change was made as expected.