From 20403856212bf6ad600f841b08023ace7d193076 Mon Sep 17 00:00:00 2001
From: Marco <35533749+marcopeocchi@users.noreply.github.com>
Date: Mon, 25 Sep 2023 08:53:44 +0200
Subject: [PATCH] change app title in the ui (#90)
---
frontend/src/Layout.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/src/Layout.tsx b/frontend/src/Layout.tsx
index 96c8438..95ac82e 100644
--- a/frontend/src/Layout.tsx
+++ b/frontend/src/Layout.tsx
@@ -81,7 +81,7 @@ export default function Layout() {
noWrap
sx={{ flexGrow: 1 }}
>
- yt-dlp WebUI
+ {settings.appTitle}