From 5f14aea2109ab01385641e982f0ac66f61873875 Mon Sep 17 00:00:00 2001 From: guerler Date: Sun, 7 Apr 2024 07:22:18 +0300 Subject: [PATCH] Always display active interactive tools activity --- client/src/stores/activitySetup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/stores/activitySetup.ts b/client/src/stores/activitySetup.ts index 4336729659e3..fd1f2612c2e2 100644 --- a/client/src/stores/activitySetup.ts +++ b/client/src/stores/activitySetup.ts @@ -11,7 +11,7 @@ export const Activities = [ icon: "fa-laptop", id: "interactivetools", mutable: false, - optional: true, + optional: false, title: "Interactive Tools", tooltip: "Show active interactive tools", to: "/interactivetool_entry_points/list",