mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-30 16:37:29 +01:00
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…
x
Reference in New Issue
Block a user