mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-05 09:37:52 +08:00
desktop pip
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -429,7 +429,8 @@ class VideoDetailController extends GetxController
|
||||
|
||||
bool get horizontalScreen => plPlayerController.horizontalScreen;
|
||||
|
||||
bool get showVideoSheet => !horizontalScreen && !isPortrait;
|
||||
bool get showVideoSheet =>
|
||||
(!horizontalScreen && !isPortrait) || plPlayerController.isDesktopPip;
|
||||
|
||||
int? _lastPos;
|
||||
late final List<PostSegmentModel> postList = [];
|
||||
|
||||
Reference in New Issue
Block a user