diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-16 12:37:38 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-16 12:37:38 -0400 |
commit | 777f3a276927c178305b9c611e35e5bbc1fc034b (patch) | |
tree | d6631d00a8fc8bc2d726b5e3f6a669d1d9d858cb /public | |
parent | 797c9d67e4d82075d0fae0e9d63ebd0c4c982030 (diff) | |
download | SponsorBlock-777f3a276927c178305b9c611e35e5bbc1fc034b.tar.gz SponsorBlock-777f3a276927c178305b9c611e35e5bbc1fc034b.zip |
Only show refresh button in popup if segments are found
Diffstat (limited to 'public')
-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 466de0bd..3785057c 100644 --- a/public/popup.html +++ b/public/popup.html @@ -18,7 +18,7 @@ <p id="loadingIndicator">__MSG_noVideoID__</p> <!-- If the video was found in the database --> <p id="videoFound"></p> - <button class="sbSlimButton" id="refreshSegmentsButton" title="__MSG_refreshSegments__"> + <button class="sbSlimButton hidden" id="refreshSegmentsButton" title="__MSG_refreshSegments__"> <img id="refreshSegments" src="/icons/refresh.svg"/> </button> </div> |