Includes note in the UI better highlighting that web-based config is only applied locally
This commit is contained in:
@@ -51,6 +51,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
showEditor: function show() {
|
||||
// TODO: If users first time, then show note explaining that config is only stored locally
|
||||
this.$modal.show(modalNames.CONF_EDITOR);
|
||||
this.$emit('modalChanged', true);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user