mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add more buttons.
This commit is contained in:
parent
e78b5bdec4
commit
8ca20ffa3a
1 changed files with 5 additions and 1 deletions
|
@ -212,7 +212,11 @@ export default {
|
||||||
videoEl
|
videoEl
|
||||||
);
|
);
|
||||||
const config = {
|
const config = {
|
||||||
overflowMenuButtons: ["quality"]
|
overflowMenuButtons: [
|
||||||
|
"quality",
|
||||||
|
"captions",
|
||||||
|
"playback_rate"
|
||||||
|
]
|
||||||
};
|
};
|
||||||
ui.configure(config);
|
ui.configure(config);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue