Allow configuration of semux.properties file from the client
I tried enabling the API through the properties file but it had no effect. Turns out there was a non readable character which caused an error when this entry was evaluated. Made me thinking it would be nice if there was an option to edit properties from the client, instead of editing the file directly. This would prevent such errors, and we can also add sanity checks to make sure the entered values make sense.
Should be doable. However, youd still likely have to restart to get the new settings. Id be worried about work required to get it to update full state
Maybe it would be much less work to do to validate the file for non readable characters and issue a warning or an error instead of coding GUI?