mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
opt live count
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -57,7 +57,7 @@ class _UpPanelState extends State<UpPanel> {
|
|||||||
children: [
|
children: [
|
||||||
TextSpan(
|
TextSpan(
|
||||||
text:
|
text:
|
||||||
'Live(${widget.dynamicsController.upData.value.liveUsers?.count})', // checked
|
'Live(${widget.dynamicsController.upData.value.liveUsers?.count ?? 0})',
|
||||||
),
|
),
|
||||||
if (!isTop) ...[
|
if (!isTop) ...[
|
||||||
const TextSpan(text: '\n'),
|
const TextSpan(text: '\n'),
|
||||||
|
|||||||
Reference in New Issue
Block a user