fix(MoreSticker): Open link in external browser instead (#130)
Some checks are pending
Sync to Codeberg / Sync Codeberg and Github (push) Waiting to run
Test / Test (push) Waiting to run

This commit is contained in:
leko 2025-01-30 14:49:45 +08:00 committed by GitHub
parent 3b1926e1d6
commit 5db98208e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,7 +129,8 @@ export const Settings = () => {
<Forms.FormText> <Forms.FormText>
<p> <p>
Currently LINE stickers/emojis supported only. <br /> Currently LINE stickers/emojis supported only. <br />
Get Telegram stickers with <a href="https://github.com/lekoOwO/MoreStickersConverter">MoreStickersConverter</a>.
Get Telegram stickers with <a href="#" onClick={() => VencordNative.native.openExternal("https://github.com/lekoOwO/MoreStickersConverter")}> MoreStickersConverter</a>.
</p> </p>
</Forms.FormText> </Forms.FormText>
<Flex flexDirection="row" style={{ <Flex flexDirection="row" style={{