X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fbuttons%2Fbutton.component.ts;h=cac5ad210ff9d6a609db9fba01feb5965861f2cb;hb=b5f919ac8eb2a1c20e26582fdfd377d687710d8f;hp=cf334e8d59c1d641c4737d67ccff519ff4cb095e;hpb=a41b9da1a9ce49df82ea10c82de4c2fbc6d1b189;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/buttons/button.component.ts b/client/src/app/shared/buttons/button.component.ts index cf334e8d5..cac5ad210 100644 --- a/client/src/app/shared/buttons/button.component.ts +++ b/client/src/app/shared/buttons/button.component.ts @@ -12,6 +12,7 @@ export class ButtonComponent { @Input() className = 'grey-button' @Input() icon: GlobalIconName = undefined @Input() title: string = undefined + @Input() loading = false getTitle () { return this.title || this.label