mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
@@ -1116,7 +1116,7 @@ class VideoDetailController extends GetxController
|
||||
bool isQuerying = false;
|
||||
|
||||
final Rx<List<LanguageItem>?> languages = Rx<List<LanguageItem>?>(null);
|
||||
final Rx<String?> currLang = Rx(null);
|
||||
final Rx<String?> currLang = Rx<String?>(null);
|
||||
void setLanguage(String language) {
|
||||
if (!isLoginVideo) {
|
||||
SmartDialog.showToast('账号未登录');
|
||||
|
||||
@@ -1937,7 +1937,8 @@ class HeaderControlState extends TripleState<HeaderControl> {
|
||||
},
|
||||
),
|
||||
),
|
||||
if (!isFullScreen || !isPortrait)
|
||||
if (!plPlayerController.isDesktopPip &&
|
||||
(!isFullScreen || !isPortrait))
|
||||
SizedBox(
|
||||
width: 42,
|
||||
height: 34,
|
||||
|
||||
Reference in New Issue
Block a user