Includes note in the UI better highlighting that web-based config is only applied locally

This commit is contained in:
Alicia Sykes
2021-06-03 19:25:42 +01:00
parent 7484564992
commit 9ae8fe921e
5 changed files with 26 additions and 2 deletions

View File

@@ -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);
},