new settings panel for url pickup
All checks were successful
All checks were successful
This commit is contained in:
@@ -348,14 +348,11 @@ class _DashboardState extends State<Dashboard> {
|
||||
return Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
...buttons
|
||||
.map(
|
||||
(btn) => Padding(
|
||||
padding: const EdgeInsets.only(left: 8.0),
|
||||
child: btn,
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
for (final btn in buttons)
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(left: 8.0),
|
||||
child: btn,
|
||||
),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user