mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
feat: Add controls to video player in recording.js
This commit is contained in:
parent
c2d649e655
commit
ab5a066780
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
idleTimeLimit: 1,
|
||||
theme: "aider",
|
||||
poster: "npt:0:01",
|
||||
markers: markers
|
||||
markers: markers,
|
||||
controls: true
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue