From 3972efae9f628cce3a79ce2f825f15db6123e083 Mon Sep 17 00:00:00 2001 From: fox3000foxy Date: Wed, 19 Feb 2025 23:54:58 +0100 Subject: [PATCH] Add experimental rollout warning for voice filters --- src/plugins/customVoiceFilter/VoiceFiltersModal.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugins/customVoiceFilter/VoiceFiltersModal.tsx b/src/plugins/customVoiceFilter/VoiceFiltersModal.tsx index 71e214cc2..42e22957e 100644 --- a/src/plugins/customVoiceFilter/VoiceFiltersModal.tsx +++ b/src/plugins/customVoiceFilter/VoiceFiltersModal.tsx @@ -77,6 +77,10 @@ function VoiceFiltersModal({ modalProps, close, accept }: VoiceFiltersModalProps {voiceComponents.length > 0 ? voiceComponents : No voice filters found} {client === "web" && ⚠️ Voice filters are not available on web client or vesktop! Please use the desktop client to use custom voice filters.} + {/* Temporary message about the experiment rollout */} + + ⚠️ Voice filters are currently in experimental rollout. So things may not work as expected. However, you can still create and download voicepacks. +