Add option to hide segment creation buttons in the popup

This commit is contained in:
Ajay
2025-07-16 13:18:50 -04:00
parent 6afcc6fb3a
commit e32db21f4e
4 changed files with 19 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ export const PopupComponent = () => {
}
{
!Config.config.cleanPopup &&
!Config.config.cleanPopup && !Config.config.hideSegmentCreationInPopup &&
<SegmentSubmissionComponent
videoID={videoID || ""}
status={status.status}