feat: 播放器控制栏动画开关

This commit is contained in:
guozhigq
2024-03-02 11:19:18 +08:00
parent f815affff9
commit f0d8e2a122
4 changed files with 18 additions and 1 deletions

View File

@ -4,6 +4,7 @@ class GlobalData {
int imgQuality = 10;
FullScreenGestureMode fullScreenGestureMode =
FullScreenGestureMode.values.last;
bool enablePlayerControlAnimation = true;
// 私有构造函数
GlobalData._();