From 71042361e39313f24121de85c0525ed3603666b9 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Wed, 18 Feb 2026 15:22:13 +0000 Subject: [PATCH] Stage measure buttons show a stream while running --- .../tabContentComponents/settingsComponents/stageSettings.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue b/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue index 6c10ea85..0d277cc2 100644 --- a/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue +++ b/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue @@ -37,6 +37,7 @@ :requires-confirmation="true" :confirmation-message="'Start recalibration of the stage to find the centre of the range of motion?

Calibration requires a large, dense, flat sample with a variety of features.
Microscope will be locked while this runs'" :modal-progress="true" + :stream-with-modal="true" />
@@ -50,6 +51,7 @@ :requires-confirmation="true" :confirmation-message="'Start recalibration of the stage to find the range of motion in steps?

Calibration requires a large, dense, flat sample with a variety of features.
Microscope will be locked while this runs'" :modal-progress="true" + :stream-with-modal="true" />