Hi, I have a widget that appear onscreen. However what I have noticed is that
when I remove the widget, the slot isn't returned, see image below. Note the 1 is missing.
My manifest file is as follow. I feel like i might be doing something wrong. I have refresh the app after saving and it is still not showing the 1. If i add any inpanel widget to Slot 1, it doesn't appear at all.
"properties": {
"inPanel": false,
"hasUIFile": true,
"supportMultiInstance": false,
"closeable": false,
"hasSettingPage": false,
"hasSettingUIFile" : false,
"hasConfig" : true,
"position": {
"left": 170,
"bottom": 25
}