mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: home: show anonymous icon
Closes #81 opt: SliverPersistentHeaderDelegate Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1234,7 +1234,7 @@ class PlPlayerController {
|
||||
dynamic bvid,
|
||||
dynamic cid,
|
||||
}) async {
|
||||
if (!_enableHeart || MineController.anonymity || progress == 0) {
|
||||
if (!_enableHeart || MineController.anonymity.value || progress == 0) {
|
||||
return;
|
||||
} else if (playerStatus.status.value == PlayerStatus.paused) {
|
||||
if (isManual.not) {
|
||||
|
||||
Reference in New Issue
Block a user