Skip to content

Commit

Permalink
chore: add comments for "Add from URL"
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoOwO committed Sep 26, 2023
1 parent e682f24 commit 8422b22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/plugins/moreStickers/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ export const Settings = () => {
{tab === SettingsTabsKey.ADD_STICKER_PACK_URL &&
<div className="section">
<Forms.FormTitle tag="h5">Add Sticker Pack from URL</Forms.FormTitle>
<Forms.FormText>
<p>
Currently LINE stickers supported only. <br />
Telegram stickers support is planned, but due to the lack of a public API, it is most likely to be provided by sticker pack files instead of adding by URL.
</p>
</Forms.FormText>
<Flex flexDirection="row" style={{
alignItems: "center",
justifyContent: "center"
Expand Down

0 comments on commit 8422b22

Please sign in to comment.