GUI: fixed bug where default was spots but said was low res spots
Build and Publish / build (push) Failing after 23s

This commit is contained in:
2025-11-20 09:56:28 +01:00
parent 241e94db19
commit 8ce63334e9
@@ -95,7 +95,7 @@ class RasterGridManager(QObject):
self.__beam_size_mm = geom.beam_size_mm
self.__geom = geom
self.__metric = RasterGridMetric.SPOTS
self.__metric = RasterGridMetric.SPOTS_LOW_RES
self.__loaded_image_prefix = None
self.__loaded_image_index = None