You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
iOS: Mark biometric lock feature as stable
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user