From bc06aadf9b0a588361dc496361ad99907cfd0f29 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Tue, 14 Jan 2025 19:32:56 -0600 Subject: [PATCH] Explictly mention FCast sender app required for QR code scan --- receivers/webos/fcast-receiver/src/main/index.html | 3 ++- receivers/webos/fcast-receiver/src/main/style.css | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/receivers/webos/fcast-receiver/src/main/index.html b/receivers/webos/fcast-receiver/src/main/index.html index 6445500..4e3f53e 100644 --- a/receivers/webos/fcast-receiver/src/main/index.html +++ b/receivers/webos/fcast-receiver/src/main/index.html @@ -42,7 +42,8 @@
Automatic discovery is available via mDNS
-
Scan to connect
+
Scan with a FCast sender app.
+
Need a sender app?
Download Grayjay at https://grayjay.app
diff --git a/receivers/webos/fcast-receiver/src/main/style.css b/receivers/webos/fcast-receiver/src/main/style.css index 4bb92bc..1ccf67e 100644 --- a/receivers/webos/fcast-receiver/src/main/style.css +++ b/receivers/webos/fcast-receiver/src/main/style.css @@ -36,6 +36,11 @@ font-family: InterBold; } +.app-download { + font-weight: bold; + font-family: InterBold; +} + #window-can-be-closed { font-family: InterRegular; font-size: 24px;