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:
parent
4ac0cdf556
commit
6467bf0fc1
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user