Don't know if that is intended or not?
user.ini itself is OK if a setting is not leftmost.
user.ini:
Code: Select all
[Everything]
zoom=134
- result, no change to Everything.ini
Everything.exe
- result, user.ini is read, zoom is set to 134 - for the session (zoom=134)
go.ini:
Code: Select all
[Everything]
zoom=134
- result, Everything.ini is changed, zoom is set to 134 (zoom=134)