You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
Desktop: Fixes #9832: Fix user-installed versions of built-in plugins can't access resources in some cases (#9849)
This commit is contained in:
@ -109,6 +109,10 @@ export default class PluginService extends BaseService {
|
||||
return enabledPlugins;
|
||||
}
|
||||
|
||||
public isPluginLoaded(pluginId: string) {
|
||||
return !!this.plugins_[pluginId];
|
||||
}
|
||||
|
||||
public get pluginIds(): string[] {
|
||||
return Object.keys(this.plugins_);
|
||||
}
|
||||
|
Reference in New Issue
Block a user