mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
user dropdown: restore backgrounds
This commit is contained in:
@@ -38,6 +38,10 @@
|
|||||||
class="topbar-dropdown-item dropdown-item"
|
class="topbar-dropdown-item dropdown-item"
|
||||||
@click="showAvatar('body', 'size')"
|
@click="showAvatar('body', 'size')"
|
||||||
>{{ $t('editAvatar') }}</a>
|
>{{ $t('editAvatar') }}</a>
|
||||||
|
<a
|
||||||
|
class="topbar-dropdown-item dropdown-item dropdown-separated"
|
||||||
|
@click="showAvatar('backgrounds', '2020')"
|
||||||
|
>{{ $t('backgrounds') }}</a>
|
||||||
<a
|
<a
|
||||||
class="topbar-dropdown-item dropdown-item"
|
class="topbar-dropdown-item dropdown-item"
|
||||||
@click="showProfile('profile')"
|
@click="showProfile('profile')"
|
||||||
|
|||||||
Reference in New Issue
Block a user