opt: restore scale btn

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-10 19:58:44 +08:00
parent bc2dbc59ce
commit 6114e6f033
2 changed files with 5 additions and 5 deletions

View File

@@ -1612,5 +1612,5 @@ class PlPlayerController {
late final RxList dmTrend = [].obs;
late final RxBool showDmChart = true.obs;
late final RxDouble videoScale = 1.0.obs;
late final RxBool showRestoreScaleBtn = false.obs;
}