style: Enhance user device settings design

This commit is contained in:
Krille 2023-02-05 10:41:28 +01:00
commit 5bd0689172
3 changed files with 19 additions and 10 deletions

View file

@ -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),
],