semux-core icon indicating copy to clipboard operation
semux-core copied to clipboard

Allow configuration of semux.properties file from the client

Open kaar2 opened this issue 7 years ago • 2 comments

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.

kaar2 avatar Jul 01 '18 15:07 kaar2

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

orogvany avatar Jul 02 '18 04:07 orogvany

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?

witoldsz avatar Jul 02 '18 08:07 witoldsz