From ce4d6254db71013894d083025f7303ca718a240b Mon Sep 17 00:00:00 2001 From: Ole Wieners Date: Mon, 6 Jan 2025 11:06:21 +0100 Subject: [PATCH] Remove frame control button plugin We already have slide previews and users can skip to sections using the progress bar. --- frontend/src/ui/player/Paella.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/src/ui/player/Paella.tsx b/frontend/src/ui/player/Paella.tsx index 6ae29cfdd..9bef8d406 100644 --- a/frontend/src/ui/player/Paella.tsx +++ b/frontend/src/ui/player/Paella.tsx @@ -515,13 +515,6 @@ const PAELLA_CONFIG = { tabIndex: 7, parentContainer: "optionsContainer", }, - "es.upv.paella.frameControlButtonPlugin": { - enabled: true, - side: "right", - order: 8, - tabIndex: 8, - parentContainer: "optionsContainer", - }, // Buttons on the right side outside of settings menu "es.upv.paella.captionsSelectorPlugin": {