4974-datasources-and-improvements #4

Merged
guillermo merged 24 commits from 4974-datasources-and-improvements into master 2023-02-03 12:26:09 +00:00
5 changed files with 4 additions and 1 deletions
Showing only changes of commit 2ce508c6bc - Show all commits

BIN
datasources/datasource.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
datasources/development.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
datasources/production.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
datasources/test.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -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);