Allow editing config (advanced)

This commit is contained in:
TC
2020-12-03 18:25:31 +01:00
parent a5130c1d3f
commit f4fe5c2a58
2 changed files with 30 additions and 13 deletions

View File

@ -12,5 +12,6 @@ const get = (key) => {
module.exports = {
get,
set,
edit: () => store.openInEditor(),
plugins,
};