mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
ab:deal push error, show error banner, fix splash empty by remove reset
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -229,13 +229,14 @@ class _PeerCardState extends State<_PeerCard>
|
||||
: '',
|
||||
child: Stack(children: [
|
||||
child,
|
||||
Positioned(
|
||||
top: 2,
|
||||
right: 10,
|
||||
child: CustomPaint(
|
||||
painter: TagPainter(radius: 3, colors: colors),
|
||||
),
|
||||
)
|
||||
if (colors.isNotEmpty)
|
||||
Positioned(
|
||||
top: 2,
|
||||
right: 10,
|
||||
child: CustomPaint(
|
||||
painter: TagPainter(radius: 3, colors: colors),
|
||||
),
|
||||
)
|
||||
]),
|
||||
);
|
||||
}
|
||||
@@ -329,13 +330,14 @@ class _PeerCardState extends State<_PeerCard>
|
||||
: '',
|
||||
child: Stack(children: [
|
||||
child,
|
||||
Positioned(
|
||||
top: 4,
|
||||
right: 12,
|
||||
child: CustomPaint(
|
||||
painter: TagPainter(radius: 4, colors: colors),
|
||||
),
|
||||
)
|
||||
if (colors.isNotEmpty)
|
||||
Positioned(
|
||||
top: 4,
|
||||
right: 12,
|
||||
child: CustomPaint(
|
||||
painter: TagPainter(radius: 4, colors: colors),
|
||||
),
|
||||
)
|
||||
]),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user