actionchip lel

This commit is contained in:
2025-06-05 11:15:16 +02:00
parent ae5f395331
commit bf77ccf8e3
3 changed files with 97 additions and 91 deletions

View File

@ -64,7 +64,7 @@ class _VideoWidgetState extends State<VideoWidget> {
if (_showControls) {
_hideControlsTimer?.cancel();
_hideControlsTimer = Timer(Duration(seconds: 5), () {
_hideControlsTimer = Timer(Duration(seconds: 2), () {
setState(() => _showControls = false);
});
}