From 78c95c58ff394933910525b862a877a538f55582 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 21 Sep 2020 09:48:49 +0200 Subject: [PATCH] fix regression with the logo and the avatar display --- src/SideMenu.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/SideMenu.vue b/src/SideMenu.vue index 08b92c3..6271483 100644 --- a/src/SideMenu.vue +++ b/src/SideMenu.vue @@ -19,10 +19,10 @@ along with this program. If not, see .
-
+
-
+
@@ -48,10 +48,9 @@ export default { return { apps: [], logo: null, + avatar: null, forceLightIcon: false, targetBlankApps: [], - isAvatar: false, - avatar: null, } }, methods: {