From a48b9ab983c5531f917f14259b42c62e69d251f0 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 2 Dec 2024 00:04:32 -0500 Subject: [PATCH] Pass Title option to Player and Controls --- src/Player.astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Player.astro b/src/Player.astro index 7b80e68..8af40aa 100644 --- a/src/Player.astro +++ b/src/Player.astro @@ -1,6 +1,7 @@ --- // Properties const { + Title, PlayerName, Whitelabel = false, @@ -81,7 +82,7 @@ import './Styles/Iconoir.css' null } {SettingsMenu ? - +
@@ -90,7 +91,7 @@ import './Styles/Iconoir.css' : - + }