A temp fix for the losing settings is to open this folder:
c:\users\YOURUSERNAME\AppData\Local\Microsoft\Windows Sidebar\Gadgets\sab.gadget\js
And editiing the settings.js, change the lines(6-11) like this for example:
this.setHost("1.1.1.1");
this.setPort(1234);
this.setUser("username");
this.setPassword("password");
this.setTimeout(1000);
Then you have hardcoded settings.



