settings placeholders for komga if configured
This commit is contained in:
parent
60519910de
commit
8d3b8be95c
@ -242,8 +242,11 @@ function GetSettingsClick(){
|
||||
|
||||
GetSettings().then(json => {
|
||||
settingDownloadLocation.innerText = json.downloadLocation;
|
||||
if(json.komga != null)
|
||||
if(json.komga != null) {
|
||||
settingKomgaUrl.placeholder = json.komga.baseUrl;
|
||||
settingKomgaUser.placeholder = "Configured";
|
||||
settingKomgaPass.placeholder = "***";
|
||||
}
|
||||
});
|
||||
|
||||
GetKomgaTask().then(json => {
|
||||
|
Loading…
Reference in New Issue
Block a user