Skip to content
Snippets Groups Projects
Commit d6f82e15 authored by Julian's avatar Julian
Browse files

Default icon for preferences

parent e6c8ddbb
No related branches found
No related tags found
2 merge requests!1123Resolve "Finalise Vuetify app as SPA",!1066Translations update from Weblate
......@@ -38,6 +38,7 @@ const vuetify = new Vuetify({
checkboxOn: "mdi-checkbox-marked-outline",
checkboxIndeterminate: "mdi-minus-box-outline",
edit: "mdi-pencil-outline",
preferences: "mdi-cog-outline"
},
},
});
......
......@@ -482,7 +482,7 @@ const routes = [
meta: {
inAccountMenu: true,
titleKey: "preferences.person.menu_title",
icon: "mdi-cog-outline",
icon: "$preferences",
permission: "core.change_account_preferences_rule",
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment