From ee641f5cd2d4fb842a91fdfefabfb201555e5178 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Fri, 1 Dec 2023 02:31:59 +0000 Subject: [PATCH] Comment out 2 problematic tabs --- webapp/src/components/appContent.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/src/components/appContent.vue b/webapp/src/components/appContent.vue index a220dcb9..6810d55a 100644 --- a/webapp/src/components/appContent.vue +++ b/webapp/src/components/appContent.vue @@ -216,11 +216,11 @@ export default { component: settingsContent, class: "uk-margin-auto-top" }, - { + /*{ id: "logging", icon: "assignment_late", component: loggingContent - }, + },*/ { id: "about", icon: "info", @@ -267,12 +267,12 @@ export default { icon: "visibility", component: viewContent }, - { + /*{ id: "gallery", icon: "photo_library", component: galleryContent, divide: true // Add a divider after this tab icon - }, + },*/ { id: "navigate", icon: "gamepad",