|
|
@ -47,7 +47,7 @@ export class PluginManagerSettings { |
|
|
|
openDialog () { |
|
|
|
openDialog () { |
|
|
|
const fromLocal = window.localStorage.getItem('plugins/permissions') |
|
|
|
const fromLocal = window.localStorage.getItem('plugins/permissions') |
|
|
|
this.permissions = JSON.parse(fromLocal || '{}') |
|
|
|
this.permissions = JSON.parse(fromLocal || '{}') |
|
|
|
this.currentSetting = this.settings(), |
|
|
|
this.currentSetting = this.settings() |
|
|
|
modalDialog('Plugin Manager Settings', this.currentSetting, |
|
|
|
modalDialog('Plugin Manager Settings', this.currentSetting, |
|
|
|
{ fn: () => this.onValidation() }, |
|
|
|
{ fn: () => this.onValidation() }, |
|
|
|
) |
|
|
|
) |
|
|
|