File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ import { useSettingsStore } from './store/settings.js'
5656import NcButton from ' @nextcloud/vue/dist/Components/NcButton.js'
5757import NcEmptyContent from ' @nextcloud/vue/dist/Components/NcEmptyContent.js'
5858import NcNoteCard from ' @nextcloud/vue/dist/Components/NcNoteCard.js'
59- import IconCog from ' vue-material-design-icons/Cog .vue'
59+ import IconCog from ' vue-material-design-icons/CogOutline .vue'
6060import IconFormatList from ' vue-material-design-icons/FormatListBulletedSquare.vue'
6161import AppSettingsDialog from ' ./components/settings/AppSettingsDialog.vue'
6262import LogTable from ' ./components/table/LogTable.vue'
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ import { useSettingsStore } from '../../store/settings.js'
4040
4141import NcButton from ' @nextcloud/vue/dist/Components/NcButton.js'
4242import NcNoteCard from ' @nextcloud/vue/dist/Components/NcNoteCard.js'
43- import IconDownload from ' vue-material-design-icons/Download .vue'
44- import IconUpload from ' vue-material-design-icons/Upload .vue'
43+ import IconDownload from ' vue-material-design-icons/TrayArrowDown .vue'
44+ import IconUpload from ' vue-material-design-icons/TrayArrowUp .vue'
4545import { logger } from ' ../../utils/logger'
4646import { showError } from ' @nextcloud/dialogs'
4747
You can’t perform that action at this time.
0 commit comments