Kyle-Falconer / Court-Scheduler

3 stars 2 forks source link

Config Utility needs a back button #23

Closed Kyle-Falconer closed 10 years ago

Kyle-Falconer commented 10 years ago

The python config utility needs to be restructured so that back navigation is possible.

In the process of doing this, it may be best to factor out all the code internally related to the configuration settings into a globally-accessible configure object. This object would have a method for writing all the settings out to the config file.

Kyle-Falconer commented 10 years ago

This is mostly resolved. Currently, the back button works but wipes out any previously inserted information.