mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
@@ -2892,7 +2892,7 @@ class HeaderControlState extends State<HeaderControl>
|
||||
),
|
||||
),
|
||||
),
|
||||
if (introController case UgcIntroController ugc)
|
||||
if (introController case final UgcIntroController ugc)
|
||||
SizedBox(
|
||||
width: 42,
|
||||
height: 34,
|
||||
|
||||
@@ -254,7 +254,7 @@ class PlayerFocus extends StatelessWidget {
|
||||
return true;
|
||||
|
||||
case LogicalKeyboardKey.keyG:
|
||||
if (introController case UgcIntroController ugcCtr) {
|
||||
if (introController case final UgcIntroController ugcCtr) {
|
||||
ugcCtr.actionRelationMod(Get.context!);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user