From 6498b3f92e7c38167c7cd3985949261088b00cf5 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 7 May 2019 07:37:07 +0200 Subject: [PATCH] Reactivate volume panel in video cell --- partials/cells/CellVideo.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/partials/cells/CellVideo.vue b/partials/cells/CellVideo.vue index 0a71d07..4e3b622 100644 --- a/partials/cells/CellVideo.vue +++ b/partials/cells/CellVideo.vue @@ -10,8 +10,7 @@ @play="handlePlayerPlaying", @canplay:once="onCanPlay", @time="handlePlayerTimeChange", - :no-fullscreen="true", - :no-volume-panel="true") + :no-fullscreen="true") template(v-else) cell-info(:cell="cell", type="Video Cell") -- GitLab