Commit b67c4f33 authored by Grandschtroumpf's avatar Grandschtroumpf

standard

parent 213e016c
...@@ -47,7 +47,7 @@ export class PluginManagerSettings { ...@@ -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() },
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment