mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
feat: Enhance subtitle handling with dynamic menu height adjustment
This commit is contained in:
parent
d60522b021
commit
1fdab92f1f
6 changed files with 47 additions and 20 deletions
|
|
@ -64,7 +64,7 @@ class LibMDK extends BasePlayer {
|
|||
null;
|
||||
|
||||
@override
|
||||
Widget? subtitles(bool showOverlay) => null;
|
||||
Widget? subtitles(bool showOverlay, {double? menuHeight}) => null;
|
||||
|
||||
@override
|
||||
Future<void> setVolume(double volume) async {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue