style: Enhance user device settings design
This commit is contained in:
parent
c089262ea9
commit
5bd0689172
3 changed files with 19 additions and 10 deletions
|
|
@ -69,6 +69,13 @@ class DevicesSettingsView extends StatelessWidget {
|
|||
? null
|
||||
: () => controller.removeDevicesAction(
|
||||
controller.notThisDevice),
|
||||
)
|
||||
else
|
||||
Center(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: Text(L10n.of(context)!.noOtherDevicesFound),
|
||||
),
|
||||
),
|
||||
const Divider(height: 1),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue