You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-30 23:44:55 +02:00
Desktop: Fixes #5253: Fixed plugin state when it has been deleted outside the app
This commit is contained in:
@ -87,6 +87,10 @@ export default class PluginService extends BaseService {
|
||||
return this.plugins_;
|
||||
}
|
||||
|
||||
public get pluginIds(): string[] {
|
||||
return Object.keys(this.plugins_);
|
||||
}
|
||||
|
||||
public get isSafeMode(): boolean {
|
||||
return this.isSafeMode_;
|
||||
}
|
||||
|
Reference in New Issue
Block a user