bugfix: hide docs in ConfigFilesPanel.vue
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
25221ca6cb
commit
53e394eddd
@ -380,7 +380,7 @@
|
||||
|
||||
this.files = findDirectory(this.filetree, dirArray);
|
||||
if (dirArray.length === 1 && this.currentPath === "") {
|
||||
this.files = this.files.filter(element => element.filename !== "gcodes");
|
||||
this.files = this.files.filter(element => !["gcodes", "docs"].includes(element.filename))
|
||||
}
|
||||
|
||||
if (!this.showHiddenFiles) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user