diff options
author | Ajay <[email protected]> | 2022-09-01 16:33:34 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-09-01 16:33:34 -0400 |
commit | 212fbb83fef9d0358579fbbb44bfdb53a5d17829 (patch) | |
tree | 64871cf87a85505ebf1c0123020a7fd2daff3518 /src/components/SubmissionNoticeComponent.tsx | |
parent | 9e08d6012c965e21f740dd94a0131e7ad4a1fd4a (diff) | |
download | SponsorBlock-212fbb83fef9d0358579fbbb44bfdb53a5d17829.tar.gz SponsorBlock-212fbb83fef9d0358579fbbb44bfdb53a5d17829.zip |
Add tooltip to sort segments
Diffstat (limited to 'src/components/SubmissionNoticeComponent.tsx')
-rw-r--r-- | src/components/SubmissionNoticeComponent.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/SubmissionNoticeComponent.tsx b/src/components/SubmissionNoticeComponent.tsx index 7997303b..6e7c0a2f 100644 --- a/src/components/SubmissionNoticeComponent.tsx +++ b/src/components/SubmissionNoticeComponent.tsx @@ -77,6 +77,7 @@ class SubmissionNoticeComponent extends React.Component<SubmissionNoticeProps, S <img id={"sponsorSkipSortButton" + this.state.idSuffix} className="sponsorSkipObject sponsorSkipNoticeButton sponsorSkipSmallButton" onClick={() => this.sortSegments()} + title={chrome.i18n.getMessage("sortSegments")} src={chrome.extension.getURL("icons/sort.svg")}> </img>; return ( |