mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-20 14:38:28 +03:00
Add option to hide segment creation buttons in the popup
This commit is contained in:
@@ -220,7 +220,7 @@ export const PopupComponent = () => {
|
||||
}
|
||||
|
||||
{
|
||||
!Config.config.cleanPopup &&
|
||||
!Config.config.cleanPopup && !Config.config.hideSegmentCreationInPopup &&
|
||||
<SegmentSubmissionComponent
|
||||
videoID={videoID || ""}
|
||||
status={status.status}
|
||||
|
||||
Reference in New Issue
Block a user