mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -06:00
add currentLang in app bar
This commit is contained in:
parent
6e5ac37b59
commit
18eddda54e
@ -34,8 +34,9 @@
|
|||||||
<v-icon v-else color="error"> mdi-alert-circle </v-icon>
|
<v-icon v-else color="error"> mdi-alert-circle </v-icon>
|
||||||
<v-menu>
|
<v-menu>
|
||||||
<template v-slot:activator="{ props }">
|
<template v-slot:activator="{ props }">
|
||||||
<v-btn class="ml-1" v-bind="props" icon>
|
<v-btn class="ml-1" v-bind="props" >
|
||||||
<v-icon>mdi-translate</v-icon>
|
<v-icon start>mdi-translate</v-icon>
|
||||||
|
{{ currentLanguage }}
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</template>
|
</template>
|
||||||
<v-list :value="currentLanguage">
|
<v-list :value="currentLanguage">
|
||||||
@ -45,7 +46,7 @@
|
|||||||
@click="changei18n(lang)"
|
@click="changei18n(lang)"
|
||||||
:disabled="lang === currentLanguage"
|
:disabled="lang === currentLanguage"
|
||||||
>
|
>
|
||||||
<v-list-item-title>{{ lang }}</v-list-item-title>
|
<v-list-item-title class="text-center">{{ lang }}</v-list-item-title>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</v-list>
|
</v-list>
|
||||||
</v-menu>
|
</v-menu>
|
||||||
|
Loading…
Reference in New Issue
Block a user