mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: BoxFit desc (#737)
This commit is contained in:
committed by
GitHub
parent
cba70c3507
commit
7bb0307e6a
@@ -82,7 +82,7 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
|
||||
plPlayerController.toggleVideoFit(boxFit);
|
||||
},
|
||||
child: Text(
|
||||
"${PlPlayerController.videoFitType[boxFit.index]['desc']}",
|
||||
boxFit.desc,
|
||||
style:
|
||||
const TextStyle(color: Colors.white, fontSize: 13),
|
||||
),
|
||||
@@ -90,7 +90,7 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
|
||||
}).toList();
|
||||
},
|
||||
child: Text(
|
||||
"${PlPlayerController.videoFitType[plPlayerController.videoFit.value.index]['desc']}",
|
||||
plPlayerController.videoFit.value.desc,
|
||||
style: const TextStyle(color: Colors.white, fontSize: 13),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user