From a4696475d58ac68e95d60673357493ead29296d9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:35:07 +0100 Subject: [PATCH] Add Short Note for Komga Installation (#303) --- json/komga.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/json/komga.json b/json/komga.json index 991bd2434..e17ae7476 100644 --- a/json/komga.json +++ b/json/komga.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] -} \ No newline at end of file + "notes": [ + { + "text": "Starting Komga (Web UI) may take up to 2 minutes after a restart or fresh installation.", + "type": "info" + } + ] +}