1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Desktop: Link "browse all plugins" to joplinapp.org/plugins (#10113)

This commit is contained in:
Henry Heino 2024-03-14 11:40:47 -07:00 committed by GitHub
parent 4ac0cdf556
commit 6467bf0fc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,7 +202,7 @@ export default function(props: Props) {
}, [pluginSettings, props.onChange]);
const onBrowsePlugins = useCallback(() => {
void bridge().openExternal('https://github.com/joplin/plugins/blob/master/README.md#plugins');
void bridge().openExternal('https://joplinapp.org/plugins/');
}, []);
const onPluginSettingsChange = useCallback((event: OnPluginSettingChangeEvent) => {