Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing file icon import in gcode file browser #731

Merged
merged 1 commit into from
Mar 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/panels/GcodefilesPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ import Panel from '@/components/ui/Panel.vue'
import SettingsRow from '@/components/settings/SettingsRow.vue'
import {
mdiFileDocumentMultipleOutline,
mdiFile,
mdiMagnify,
mdiUpload,
mdiFolderPlus,
Expand Down Expand Up @@ -600,6 +601,7 @@ interface dialogRenameObject {
})
export default class GcodefilesPanel extends Mixins(BaseMixin) {
mdiFileDocumentMultipleOutline = mdiFileDocumentMultipleOutline
mdiFile = mdiFile
mdiMagnify = mdiMagnify
mdiUpload = mdiUpload
mdiFolderPlus = mdiFolderPlus
Expand Down