mod: add restore video scale button

related #222

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-10 18:31:06 +08:00
parent 52175b0b69
commit 7c5075413e
2 changed files with 71 additions and 0 deletions

View File

@@ -1611,4 +1611,6 @@ class PlPlayerController {
late final RxList dmTrend = [].obs;
late final RxBool showDmChart = true.obs;
late final RxDouble videoScale = 1.0.obs;
}