Ignore:
Timestamp:
03/09/12 19:00:30 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support to load and save the configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/mlx.py

    r38 r40  
    3030
    3131    config = Config()
     32    config.load()
     33   
    3234    gui = GUI(programDirectory, config)
    3335   
     
    4446        sys.stderr = sys.__stderr__
    4547
     48    config.save()
     49
    4650    if gui.toRestart:
    4751        programPath = os.path.join(os.path.dirname(sys.argv[0]),
Note: See TracChangeset for help on using the changeset viewer.