You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Resolves #7934: Don't create an extra copy of default plugins (load directly from the app bundle) (#9508)
This commit is contained in:
@ -64,7 +64,6 @@ export default function manifestFromObject(o: any): PluginManifest {
|
||||
icons: getIcons(),
|
||||
|
||||
_recommended: getBoolean('_recommended', false, false),
|
||||
_built_in: getBoolean('_built_in', false, false),
|
||||
};
|
||||
|
||||
validatePluginId(manifest.id);
|
||||
|
Reference in New Issue
Block a user