mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
Translate: Add auto translate enable alert
somehow people accidently enable it then get confused why vencord has "auto correct". this should hopefully solve the issue
This commit is contained in:
parent
2c198e547c
commit
e58aa5dbab
3 changed files with 26 additions and 4 deletions
|
@ -80,8 +80,6 @@ const buttonFactories = new Map<string, ChatBarButton>();
|
|||
const logger = new Logger("ChatButtons");
|
||||
|
||||
export function _injectButtons(buttons: ReactNode[], props: ChatBarProps) {
|
||||
if (props.type.analyticsName !== "normal") return;
|
||||
|
||||
for (const [key, makeButton] of buttonFactories) {
|
||||
try {
|
||||
const res = makeButton(props, props.type.analyticsName === "normal");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue