mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +00:00
Add experimental rollout warning for voice filters
This commit is contained in:
parent
18e4fa2e1d
commit
3972efae9f
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ function VoiceFiltersModal({ modalProps, close, accept }: VoiceFiltersModalProps
|
||||||
{voiceComponents.length > 0 ? voiceComponents : <Text style={{ fontStyle: "italic" }}>No voice filters found</Text>}
|
{voiceComponents.length > 0 ? voiceComponents : <Text style={{ fontStyle: "italic" }}>No voice filters found</Text>}
|
||||||
</Flex>
|
</Flex>
|
||||||
{client === "web" && <Text style={{ fontStyle: "italic" }}>⚠️ Voice filters are not available on web client or vesktop! Please use the desktop client to use custom voice filters.</Text>}
|
{client === "web" && <Text style={{ fontStyle: "italic" }}>⚠️ Voice filters are not available on web client or vesktop! Please use the desktop client to use custom voice filters.</Text>}
|
||||||
|
{/* Temporary message about the experiment rollout */}
|
||||||
|
<Text style={{ fontStyle: "italic" }}>
|
||||||
|
⚠️ Voice filters are currently in experimental rollout. So things may not work as expected. However, you can still create and download voicepacks.
|
||||||
|
</Text>
|
||||||
</Flex>
|
</Flex>
|
||||||
</ModalContent>
|
</ModalContent>
|
||||||
<ModalFooter>
|
<ModalFooter>
|
||||||
|
|
Loading…
Add table
Reference in a new issue