X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Fmisc%2Fhelp.component.ts;h=9647e05bdfd6aef7c4ea1bb2e6c3d48004e1de33;hb=f95628636b6ccdf3eae2449ca718e075b072f678;hp=bcbb464f3ca102388a5def94dbc1e786144edbad;hpb=3c176894bae9de7958605fe432bff770b9232807;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/misc/help.component.ts b/client/src/app/shared/shared-main/misc/help.component.ts index bcbb464f3..9647e05bd 100644 --- a/client/src/app/shared/shared-main/misc/help.component.ts +++ b/client/src/app/shared/shared-main/misc/help.component.ts @@ -14,6 +14,7 @@ export class HelpComponent implements OnInit, OnChanges, AfterContentInit { @Input() tooltipPlacement = 'right auto' @Input() iconName: GlobalIconName = 'help' @Input() title = $localize`Get help` + @Input() autoClose = 'outside' @ContentChildren(PeerTubeTemplateDirective) templates: QueryList>