mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 18:22:39 +03:00
add subtitle
This commit is contained in:
parent
20c703b084
commit
757b8aba6b
@ -163,7 +163,11 @@ class _AndroidSettingsPageState extends ConsumerState<AndroidSettingsPage> {
|
||||
}),
|
||||
const ListTitle('USB options'),
|
||||
SwitchListTile(
|
||||
title: const Text('Open application when YubiKey is connected'),
|
||||
title: const Text('Launch when YubiKey is connected'),
|
||||
subtitle: usbOpenApp
|
||||
? const Text(
|
||||
'This prevents other apps from using the YubiKey over USB')
|
||||
: const Text('Other apps can use the YubiKey over USB.'),
|
||||
value: usbOpenApp,
|
||||
key: keys.usbOpenApp,
|
||||
onChanged: (value) {
|
||||
|
Loading…
Reference in New Issue
Block a user