aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-07-05 20:42:32 +0200
committerAndy Scherzinger <info@andy-scherzinger.de>2024-07-07 18:39:10 +0200
commit2c11c6ac23e9c938d8781f7b4ca02a6464cc1223 (patch)
treeda6e25633ea98c1d2641a32ad5b3b2e565b0469b /apps/files
parent785f57fe62f187bf5d6c5319c9cc85b80df5f5cd (diff)
downloadnextcloud-server-2c11c6ac23e9c938d8781f7b4ca02a6464cc1223.tar.gz
nextcloud-server-2c11c6ac23e9c938d8781f7b4ca02a6464cc1223.zip
style: unify copy icon
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/src/views/Settings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/views/Settings.vue b/apps/files/src/views/Settings.vue
index f71a5bc0f7c..b5d85b60729 100644
--- a/apps/files/src/views/Settings.vue
+++ b/apps/files/src/views/Settings.vue
@@ -84,7 +84,7 @@
import NcAppSettingsDialog from '@nextcloud/vue/dist/Components/NcAppSettingsDialog.js'
import NcAppSettingsSection from '@nextcloud/vue/dist/Components/NcAppSettingsSection.js'
import NcCheckboxRadioSwitch from '@nextcloud/vue/dist/Components/NcCheckboxRadioSwitch.js'
-import Clipboard from 'vue-material-design-icons/Clipboard.vue'
+import Clipboard from 'vue-material-design-icons/ContentCopy.vue'
import NcInputField from '@nextcloud/vue/dist/Components/NcInputField.js'
import Setting from '../components/Setting.vue'