Skip to content
Snippets Groups Projects
Commit 7800d238 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

fix settings disappearing bug

parent 4da6293e
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<v-divider vertical/>
<v-menu :close-on-content-click="false" v-model="settingsMenu">
<template v-slot:activator= "{ on, attrs }">
<v-btn v-if="$route.name != 'about'" v-bind="attrs" v-on="on" text width="210"><v-icon left>settings</v-icon>{{$t("settings.title")}}<v-icon right>expand_more</v-icon></v-btn>
<v-btn v-show="$route.name != 'about'" v-bind="attrs" v-on="on" text width="210"><v-icon left>settings</v-icon>{{$t("settings.title")}}<v-icon right>expand_more</v-icon></v-btn>
</template>
<v-card>
<v-card-text>
......
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