mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 06:27:54 +02:00
settings placeholders for komga if configured
This commit is contained in:
@ -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 => {
|
||||
|
Reference in New Issue
Block a user