JoshuaCarroll / RepeaterProgrammingUtility

N5JLC Repeater Programming Utility
MIT License
10 stars 1 forks source link

Program the file open and save functions in the menu. #8

Closed JoshuaCarroll closed 6 years ago

JoshuaCarroll commented 6 years ago

Open: This should open a .txt, .cfg, or .rlc file and add the contents to the DTMF input textarea.

Save, save as: If it's not obvious what this should do, please don't work on this issue.

JoshuaCarroll commented 6 years ago

I added a user setting called "fileOpenSaveLocation". Once someone gets to this, be sure to read this for the initial location of the file dialogs, and be sure to save to it after a user clicks ok on a file dialog.

JoshuaCarroll commented 6 years ago

Done