mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 13:09:30 +02:00
Tiny UI tweak
This commit is contained in:
@@ -134,14 +134,14 @@ class _AddAppPageState extends State<AddAppPage> {
|
||||
child: const Text('Add'))
|
||||
],
|
||||
),
|
||||
const Divider(
|
||||
height: 64,
|
||||
),
|
||||
if (pickedSource != null &&
|
||||
(pickedSource!.additionalDataFormItems.isNotEmpty))
|
||||
Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
const Divider(
|
||||
height: 64,
|
||||
),
|
||||
Text(
|
||||
'Additional Options for ${pickedSource?.runtimeType}',
|
||||
style: TextStyle(
|
||||
|
Reference in New Issue
Block a user