From f68703561f50d8425684c64eebaad5ca387ac675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Mon, 6 Sep 2021 22:17:31 +0200 Subject: [PATCH] Use material design icon for settings icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- .../AppNavigationSettings.vue | 74 ++++++++++++++++--- 1 file changed, 63 insertions(+), 11 deletions(-) diff --git a/src/components/AppNavigationSettings/AppNavigationSettings.vue b/src/components/AppNavigationSettings/AppNavigationSettings.vue index 0c961bd502..9214aae7ae 100644 --- a/src/components/AppNavigationSettings/AppNavigationSettings.vue +++ b/src/components/AppNavigationSettings/AppNavigationSettings.vue @@ -24,16 +24,17 @@
-
+
-
+
@@ -45,10 +46,15 @@ import { directive as ClickOutside } from 'v-click-outside' import { t } from '../../l10n' import { excludeClickOutsideClasses } from '../../mixins' +import Cog from 'vue-material-design-icons/Cog.vue' + export default { directives: { ClickOutside, }, + components: { + Cog, + }, mixins: [ excludeClickOutsideClasses, ], @@ -79,14 +85,60 @@ export default { }