mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt player keyboard event
opt triple opt desktop pip Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -283,7 +283,7 @@ class PlPlayerController {
|
||||
final width = state.width ?? this.width ?? 16;
|
||||
final height = state.height ?? this.height ?? 9;
|
||||
if (height > width) {
|
||||
size = Size(400.0, 400.0 * height / width);
|
||||
size = Size(280.0, 280.0 * height / width);
|
||||
} else {
|
||||
size = Size(280.0 * width / height, 280.0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user