Bug Fixes -
- The "Disable Network Timeouts" option on the login page will now remember its value
I don't see this happening and options.txt does not show any reference to "Disable network timeouts"
version: 1
{
"advanced_mode" : "1"
…
"login_dialog/player" : "bertro"
"login_dialog/proxy" : ""
"login_dialog/use_proxy" : "0"
"macro/examples_loaded" : "1"
"macro/hint/block_aciton_quick_save" : "0" «== and still a bug here aciton # action :)
"macro/hint/block_action_band" : "0"
"macro/hint/block_action_behavior" : "0"
"macro/hint/block_action_disable" : "0"
"macro/hint/block_action_enable" : "0"
"macro/hint/block_action_localwiggle" : "0"
…
It works for me and my options.txt looks like this:
version: 1
{
"advanced_mode" : "1"
…
"gui/file_dir" : "C:\Users\Madde\Documents"
"login_dialog/disable_timeouts" : "1"
"login_dialog/player" : "Madde"
"login_dialog/proxy" : ""
"login_dialog/use_proxy" : "0"
"macro/examples_loaded" : "1"
"macro/hint/block_aciton_quick_save" : "0"
"macro/hint/block_action_band" : "0"
…
(Win7 DevPrev)
Ok, I had to stop ALL clients to see it in options.txt.
It is like the changes are only written to the file AFTER clients are closed, not every time you make a change. That is why every clients opened after the first one with the option 'on' did not show it and it was still missing in my options.txt file (while the clients were open).
I would suggest the file should be saved each time an option is changed that way later clients would see the changes.
That is true, the options are written out when the application closes
Assigning to myself (for the suggestion of writing options file out whenever something changes)