From 8d3b8be95c438aa2ca20b4b1eea6791a7d4c7cd5 Mon Sep 17 00:00:00 2001 From: glax Date: Wed, 31 May 2023 17:55:09 +0200 Subject: [PATCH] settings placeholders for komga if configured --- Website/interaction.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Website/interaction.js b/Website/interaction.js index a5b9a35..57859f5 100644 --- a/Website/interaction.js +++ b/Website/interaction.js @@ -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 => {