diff options
author | Ajay <[email protected]> | 2022-09-22 22:03:28 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-09-22 22:03:28 -0400 |
commit | dffc70cc19dd6c3c2bbd844ebaa92e78200ac512 (patch) | |
tree | cadb59b0c60a0539ca9380bb3764bfd9980f9393 /public/popup.html | |
parent | d294398f28e388eca100d22dc204439c4b716522 (diff) | |
download | SponsorBlock-dffc70cc19dd6c3c2bbd844ebaa92e78200ac512.tar.gz SponsorBlock-dffc70cc19dd6c3c2bbd844ebaa92e78200ac512.zip |
Hide import button when no video found
Diffstat (limited to 'public/popup.html')
-rw-r--r-- | public/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/popup.html b/public/popup.html index df8b2e03..d5a5cbae 100644 --- a/public/popup.html +++ b/public/popup.html @@ -44,7 +44,7 @@ </span> </div> <div id="issueReporterTimeButtons"></div> - <div id="issueReporterImportExport"> + <div id="issueReporterImportExport" class="hidden"> <div id="importExportButtons"> <button id="importSegmentsButton" title="__MSG_importSegments__"> <img src="/icons/import.svg" alt="Refresh icon" id="importSegments" /> |