diff --git a/frontend/src/pages/ChannelAbout.tsx b/frontend/src/pages/ChannelAbout.tsx index 75a66cac..679a7800 100644 --- a/frontend/src/pages/ChannelAbout.tsx +++ b/frontend/src/pages/ChannelAbout.tsx @@ -15,6 +15,7 @@ import updateChannelOverwrites from '../api/actions/updateChannelOverwrite'; import useIsAdmin from '../functions/useIsAdmin'; import InputConfig from '../components/InputConfig'; import ToggleConfig from '../components/ToggleConfig'; +import { useUserConfigStore } from '../stores/UserConfigStore'; export type ChannelBaseOutletContextType = { currentPage: number; @@ -34,6 +35,7 @@ type ChannelAboutParams = { const ChannelAbout = () => { const { channelId } = useParams() as ChannelAboutParams; + const { userConfig } = useUserConfigStore(); const { setStartNotification } = useOutletContext() as ChannelBaseOutletContextType; const navigate = useNavigate(); const isAdmin = useIsAdmin(); @@ -242,6 +244,33 @@ const ChannelAbout = () => {
Download Format
@@ -257,7 +286,9 @@ const ChannelAbout = () => {Auto delete watched videos after x days
++ Danger Zone: Auto delete watched +
- Disable standard videos, shorts, or streams for this channel by setting their page - size to 0 (zero). -
+ {userConfig.config.show_help_text && ( ++ Disable standard videos, shorts, or streams for this channel by setting their + page size to 0 (zero). +
+Videos page size