diff --git a/src/App.css b/src/App.css index b806b28..67f9db9 100644 --- a/src/App.css +++ b/src/App.css @@ -186,6 +186,10 @@ button{ background-color: #78acf1; } +.sp-mixer-buttons.disabled .sp-mixer-buttons-backdrop { + background-color: #999; +} + .sp-mixer-buttons button { flex: 1; background: transparent; diff --git a/src/optionsMenu/AboutTab.tsx b/src/optionsMenu/AboutTab.tsx index 6da4e8d..5d4abeb 100644 --- a/src/optionsMenu/AboutTab.tsx +++ b/src/optionsMenu/AboutTab.tsx @@ -1,12 +1,15 @@ import React from "react"; import logo from "../assets/images/webstudio.svg"; +import { MYRADIO_BASE_URL, MYRADIO_NON_API_BASE } from "../api"; export function AboutTab() { return ( <>
WebStudio v{process.env.REACT_APP_VERSION}
+
MyRadio endpoint: {MYRADIO_BASE_URL}/{MYRADIO_NON_API_BASE}
+
Streaming server: {process.env.REACT_APP_WS_URL}
Brought to you by URY Computing Team
); diff --git a/src/showplanner/index.tsx b/src/showplanner/index.tsx index 83c635f..a44ba25 100644 --- a/src/showplanner/index.tsx +++ b/src/showplanner/index.tsx @@ -133,7 +133,7 @@ function MicControl() { return (

Microphone

-
+