vatis-project / vatis-archive

Virtual Automated ATIS Generator for VATSIM
https://docs.vatis.clowd.io
GNU General Public License v3.0
38 stars 21 forks source link

Added support for working directory in ProfileEditor config for faster exporting #45

Closed collink2451 closed 2 years ago

collink2451 commented 2 years ago

Added a Config value to ProfileEditorConfig called WorkingDirectory that is called when any of the OpenFileDialog or SaveFileDialogs are created to open that file path. On a successful open or save from the dialogs, the WorkingDirectory value is updated to the path that is currently selected and saved.

WorkingDirectory is defaulted to the Personal SpecialFolder to match the original value of the InitialDirectory values.

Closes #39