From 9ba9bccd9039753453a08473c75d55a15e2a7a83 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 18 May 2021 11:31:31 +0100 Subject: [PATCH] Added a hash to the service type name This is required by the updated imjoy core Co-authored-by: Kaspar Emanuel --- .../src/components/tabContentComponents/imjoyContent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue b/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue index 686dc1d3..6cc85915 100644 --- a/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue +++ b/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue @@ -271,8 +271,8 @@ export default { const service = { _rintf: true, // this will make sure the function can be called multiple times - type: "_microscope-control", - name: "OpenFlexure", + type: "#_microscope-control", + name: "#openflexure", lastSnapResponse: null, snapPreviewImage() { // The "proper" capture method is more involved - this one pulls a frame out of the preview stream