mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
iOS: Mark biometric lock feature as stable
This commit is contained in:
parent
979753d8a7
commit
955d39bf2e
@ -1585,7 +1585,7 @@ const builtInMetadata = (Setting: typeof SettingType) => {
|
||||
'security.biometricsEnabled': {
|
||||
value: false,
|
||||
type: SettingItemType.Bool,
|
||||
label: () => `${_('Use biometrics to secure access to the app')} (Beta)`,
|
||||
label: () => `${_('Use biometrics to secure access to the app')}${shim.mobilePlatform() !== 'ios' ? ' (Beta)' : ''}`,
|
||||
description: () => 'Important: This is a beta feature and it is not compatible with certain devices. If the app no longer starts after enabling this or is very slow to start, please uninstall and reinstall the app.',
|
||||
show: () => shim.mobilePlatform() !== 'web',
|
||||
public: true,
|
||||
|
Loading…
Reference in New Issue
Block a user