4974-datasources-and-improvements #4
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -131,8 +131,11 @@ var App = {
|
|||
]
|
||||
for (var i in stringValues) {
|
||||
if (!this.regRead(Conf.regPath, stringValues[i]))
|
||||
this.regWrite(Conf.regPath, stringValues[i], null)
|
||||
this.regWrite(Conf.regPath, stringValues[i], null)
|
||||
}
|
||||
|
||||
// Upload the remote URL
|
||||
this.regWrite(Conf.regPath, 'remoteURL', Conf.defaultRemoteURL)
|
||||
|
||||
// Upload the string value to version installed
|
||||
this.regWrite(Conf.regPath, 'version', Conf.version);
|
||||
|
|
Loading…
Reference in New Issue