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

remove toolbar options

parent a46eda52
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,10 @@
<v-app-bar app class = "top-bar" dense dark color="primary">
<div class="beta" :title="release">{{version_label}}</div>
<v-spacer/>
<v-toolbar-items v-if="!$vuetify.breakpoint.mobile">
<v-toolbar-items v-if="false">
<v-divider vertical/>
<v-btn text width="210" v-if="false" :class="$vuetify.breakpoint.name"><v-icon left>language</v-icon>Norsk (Bokmål)<v-icon right>expand_more</v-icon></v-btn>
<v-btn text width="210" :class="$vuetify.breakpoint.name"><v-icon left>language</v-icon>Norsk (Bokmål)<v-icon right>expand_more</v-icon></v-btn>
<v-divider vertical/>
<v-menu :close-on-content-click="false" v-model="settingsMenu">
<template v-slot:activator= "{ on, attrs }">
......@@ -22,11 +23,13 @@
</v-card>
</v-menu>
<v-divider vertical/>
<v-btn text width="210" @click="toggleAbout"><v-icon left>{{$route.name=='about'? "chevron_left":"info"}}</v-icon>{{$route.name=='about'? "Tilbake":"Om ordbøkene"}}</v-btn>
<v-divider vertical/>
</v-toolbar-items>
<v-toolbar-items v-if="$vuetify.breakpoint.mobile">
<v-toolbar-items>
<v-divider vertical/>
<v-btn text @click="toggleAbout" v-if="$route.name == 'about'"><v-icon left>chevron_left</v-icon>{{$t("back")}}</v-btn>
<v-dialog v-if="$route.name != 'about'" max-width="1200" width="1200" v-model="menuDialog" hide-overlay :fullscreen="$vuetify.breakpoint.mobile"
......
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