From 6436034ccba3a68e596fd9bf3cbfa2489cdc3795 Mon Sep 17 00:00:00 2001 From: oeway Date: Sun, 14 Feb 2021 22:21:01 +0100 Subject: [PATCH] Fix time --- .../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 aa228305..fb11fa1a 100644 --- a/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue +++ b/openflexure_microscope/api/static/src/components/tabContentComponents/imjoyContent.vue @@ -127,10 +127,10 @@ export default { }); }, async showMessage(plugin, msg) { - imjoy.imjoy_api.showSnackbar(plugin, msg, 7000); + imjoy.imjoy_api.showSnackbar(plugin, msg, 7); }, async showStatus(plugin, status) { - imjoy.imjoy_api.showSnackbar(plugin, status, 7000); + imjoy.imjoy_api.showSnackbar(plugin, status, 7); }, async showProgress(plugin, p) { p = p || 0;