mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
tweaks (#1826)
* opt: dataStatus * tweaks * opt: ui * update Signed-off-by: dom <githubaccount56556@proton.me> --------- Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
32386bf146
commit
7ab2cf973f
@@ -1723,6 +1723,7 @@ class HeaderControlState extends State<HeaderControl>
|
||||
((!horizontalScreen || plPlayerController.isDesktopPip) &&
|
||||
!isPortrait))) {
|
||||
title = Padding(
|
||||
key: titleKey,
|
||||
padding: isPortrait
|
||||
? EdgeInsets.zero
|
||||
: const EdgeInsets.only(right: 10),
|
||||
@@ -1742,7 +1743,6 @@ class HeaderControlState extends State<HeaderControl>
|
||||
videoDetail.title!;
|
||||
}
|
||||
return MarqueeText(
|
||||
key: titleKey,
|
||||
title,
|
||||
spacing: 30,
|
||||
velocity: 30,
|
||||
|
||||
Reference in New Issue
Block a user