to make it more clear:
1. "Load Default Config" menuitem doesn't work (RightClick > window > option > "Load Default Config")
2. "LoadDefIni()" command doesn't work
3. if you use them, in Debug mode through Designer, you will see in the ini section of log View that the options have changed, but none of the options changed in the widget's functionality and menuitem's state
to be more clear:
after using these commands, the config in ini section of log view has changed state and even "Debug_Theme.ini" has changed but the functionality of widget and menuitems doesn't changed,
this means the ini is not showing real state of widget
Quote:
The right click - window - option "Save as Default Config" does work, it writes the settings to the config.ini file OK.
the "Save as Default Config" is working correctly,
the problem is the "Load Default Config"
Quote:
I assume the default config file is not automatically loaded at startup by design, because it does not load at startup.
i think it shouldn't be loaded at startup, maybe it should be loaded
at first run,
although this can be done through script, but maybe an option in gui to choose to "load it at first run" or not can be helpful for others