Skip to content

Commit

Permalink
combine
Browse files Browse the repository at this point in the history
  • Loading branch information
Oein committed Jun 28, 2024
1 parent c37150b commit 894332c
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions extension/src/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -368,22 +368,25 @@ const Options = () => {
되어있습니다.
</Desc>
) : (
<ConfigItem
ikey="bypassNaver"
iname="플러그인 없이 고화질 재생"
askBefore={askBefore_bypassNaver}
/>
<>
<ConfigItem
ikey="bypassNaver"
iname="플러그인 없이 고화질 재생"
askBefore={askBefore_bypassNaver}
/>

<Desc>
현재 작동하지 않습니다.{" "}
<a
href="https://blog.oein.kr/projects-chzkchzzk#b5339637b64448dca7994ec690769e6a"
target="_blank"
>
블로그
</a>
를 참조해 주세요.
</Desc>
</>
)}
<Desc>
현재 작동하지 않습니다.{" "}
<a
href="https://blog.oein.kr/projects-chzkchzzk#b5339637b64448dca7994ec690769e6a"
target="_blank"
>
블로그
</a>
를 참조해 주세요.
</Desc>
<ConfigItem ikey="saveVodLoc" iname="VOD 이어보기" />

<Spacer />
Expand Down

0 comments on commit 894332c

Please sign in to comment.