MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

Preferences window triggers an error on exit w. bad reference to "initialStationId" and "initialWire" (which were renamed to drop the 'initial') #255

Closed pwdirks closed 3 years ago

pwdirks commented 3 years ago

Hitting 'Save' triggers an error in the new preferences window; the variables "initialStationId" and "initialWire" were renamed at the last minute to drop the "initial" without the code in the "Save" path being updated.