mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-04-29 10:10:57 +00:00
Merge pull request 'Update 'updater/src/startup.js'' (#10) from julscha-patch-1 into main
Reviewed-on: Julscha/SectorfileUpdater#10
This commit is contained in:
commit
5206a73673
@ -50,11 +50,11 @@ function updateUI() {
|
||||
checkBoxUsername.checked = true;
|
||||
}
|
||||
if (structure.password.save) {
|
||||
//passwordInput.value = structure.password.pass;
|
||||
passwordInput.value = structure.password.pass;
|
||||
checkBoxPassword.checked = true;
|
||||
}
|
||||
if (structure.passwordhoppie.save) {
|
||||
//passwordhoppieInput.value = structure.passwordhoppie.pass;
|
||||
passwordhoppieInput.value = structure.passwordhoppie.pass;
|
||||
checkBoxSavepwhoppie.checked = true;
|
||||
}
|
||||
dirBox.value = systemstructure.path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user