Skip to content

Commit

Permalink
Remove frame control button plugin (#1310)
Browse files Browse the repository at this point in the history
We already have slide previews and users can skip to sections using the
progress bar.
Suggested in
#1295 (comment).
LukasKalbertodt authored Jan 14, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
2 parents 3b99648 + ce4d625 commit 8a673fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions frontend/src/ui/player/Paella.tsx
Original file line number Diff line number Diff line change
@@ -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": {

0 comments on commit 8a673fc

Please sign in to comment.