No, not supposed to reset. I want the GUI to be reset selectively (e.g. I made some visual changes and it might break the window) or if you update from 1.0.0.27 or older (we currently are 1.0.3.2) because too much changed since then.
I just checked the code (and thus, the issue), hopefully it's clear enough to understand (stupid me !!)
So next update shouldn't break your visual changes, thanks for reporting
I just checked the code (and thus, the issue), hopefully it's clear enough to understand (stupid me !!)
Code:
if (oldVersion < new Version(1, 0, 27))
{
Properties.Settings.Default.ResetUI = true;
}
So next update shouldn't break your visual changes, thanks for reporting