diff --git a/src/components/panels/GcodefilesPanel.vue b/src/components/panels/GcodefilesPanel.vue index 11067f36..81d265e7 100644 --- a/src/components/panels/GcodefilesPanel.vue +++ b/src/components/panels/GcodefilesPanel.vue @@ -1007,7 +1007,8 @@ export default class GcodefilesPanel extends Mixins(BaseMixin) { this.$store.dispatch('editor/openFile', { root: 'gcodes', path: path !== '' ? '/'+path : '', - filename: item.filename + filename: item.filename, + permissions: item.permissions }) }