When you select WINDOW - POSITION from the right click menu and change from the default of NORMAL, this change is not reloading after restarting the widget, even if you select FUNCTIONS SAVE AS DEFAULT CONFIG.
According to debug, the value is changing, windowZPosition=-1(bottom), 0 (Normal), 1(Topmost), 2 (Keep topmost)
The change is saved in config.ini - example windowZPosition=1 but after restarting the widget, the window position is back to Normal, but still set to Topmost in the ini file.
Can anyone else verify this is a bug

because function widgetOnLoad() windowZPosition = 1; works every time