From f5711d953d97da044b17912d0a45912a52d467ba Mon Sep 17 00:00:00 2001
From: Richard
Date: Tue, 22 Jun 2021 12:09:01 +0100
Subject: [PATCH] linter fixes
---
.../settingsComponents/featuresSettings.vue | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/featuresSettings.vue b/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/featuresSettings.vue
index d707c56a..4fc9b74e 100644
--- a/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/featuresSettings.vue
+++ b/openflexure_microscope/api/static/src/components/tabContentComponents/settingsComponents/featuresSettings.vue
@@ -14,19 +14,24 @@
for use in clinics acquiring blood smear samples using a 100x
oil-immersion objective, with a Raspberry Pi Camera v2.
-
+
-
+
ImJoy enables integration with a wide
variety of microscopy and image analysis applications, including ImageJ.JS
and Kaibu. Support for ImJoy within the OFM software is currently
experimental, and it may slow down loading of the application.
-
+
ImJoy plugins are disabled in this build of the OpenFlexure software.
@@ -76,7 +81,7 @@ export default {
this.$store.commit("changeGalleryEnabled", value);
}
},
- imjoyPermitted: function () {
+ imjoyPermitted: function() {
// ImJoy may be disabled using an environment variable.
// If this function returns false, it is never possible to
// use ImJoy, so we should gray out the option.