Mobile: Add a link to the list of open-source licenses

This commit is contained in:
Laurent Cozic
2025-12-13 00:03:26 +00:00
parent daab2223e7
commit 5caec161f2

View File

@@ -632,6 +632,7 @@ class ConfigScreenComponent extends BaseScreenComponent<ConfigScreenProps, Confi
if (Platform.OS !== 'ios') addSettingLink('donate_link', _('Make a donation'), 'https://joplinapp.org/donate/');
addSettingLink('website_link', _('Joplin website'), 'https://joplinapp.org/');
addSettingLink('privacy_link', _('Privacy Policy'), 'https://joplinapp.org/privacy/');
addSettingLink('license_link', _('Open-source licences'), 'https://raw.githubusercontent.com/laurent22/joplin/refs/heads/dev/readme/licenses.md');
const versionInfoText = getVersionInfoText(settings['plugins.states']);