From 4aa337c2f206b5d9995babf841c0894b60ec7cea Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:42:06 +0200 Subject: [PATCH] booklore: add note for start-up in frontend (#7331) --- frontend/public/json/booklore.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/booklore.json b/frontend/public/json/booklore.json index d92e987e8..c0ef0bf7f 100644 --- a/frontend/public/json/booklore.json +++ b/frontend/public/json/booklore.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Starting Booklore (Web UI) may take up to 2 minutes after a restart or fresh installation.", + "type": "info" + } + ] }