Skip to content

US31: Configurable GUI

Wach, Tobias Alexander requested to merge us-31-configurable-gui into develop

The GUI is now able to load a config.txt file located in the location where the program is launched from. If no config file exists, a default one will be created and the user will be asked to locate the CLI. If the config file is invalid in some form, the user is notified and has the option to reset it to the default config. When a config file is successfully loaded, the program checks if the CLI is located on the path specified in the config. If that is not the case, the user get's asked to specify a new location. In the GUI, the user has the ability to change settings and save them, as well as to reset the config.

Merge request reports