mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
fixes #329
This commit is contained in:
parent
15d011f13d
commit
3f56a68dd4
1 changed files with 5 additions and 1 deletions
|
@ -191,6 +191,7 @@ export default {
|
|||
return this.isMain ? this.mainMenu : this.adminMenu;
|
||||
},
|
||||
userProfileImage() {
|
||||
this.resetImage();
|
||||
return `api/users/${this.user.id}/image`;
|
||||
},
|
||||
newVersionAvailable() {
|
||||
|
@ -206,6 +207,9 @@ export default {
|
|||
},
|
||||
|
||||
methods: {
|
||||
resetImage() {
|
||||
this.hideImage == false;
|
||||
},
|
||||
resetView() {
|
||||
this.mobile = this.viewScale();
|
||||
this.showSidebar = !this.viewScale();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue