From bdf39678edc9aae77a9ad59b6ed7652635146c1f Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 21 Oct 2023 12:09:41 -0700 Subject: [PATCH] admin: hide VA-API status if external Signed-off-by: Varun Patil --- src/components/admin/sections/VideoAccel.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/admin/sections/VideoAccel.vue b/src/components/admin/sections/VideoAccel.vue index a132b7ab..4ea950ad 100644 --- a/src/components/admin/sections/VideoAccel.vue +++ b/src/components/admin/sections/VideoAccel.vue @@ -18,12 +18,13 @@ 'Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration.', ) }} +
{{ t('memories', 'For more details on driver installation, check the documentation:') }} {{ t('memories', 'External Link') }} - + {{ vaapiStatusText }}