From 8490030808a39bba41475daf367566154ffee12d Mon Sep 17 00:00:00 2001 From: Lukas Baecker Date: Fri, 30 Aug 2024 11:08:23 +0200 Subject: [PATCH] delete image upload checkbox --- field_friend/automations/plant_locator.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/field_friend/automations/plant_locator.py b/field_friend/automations/plant_locator.py index 59ef3148..b4bdf989 100644 --- a/field_friend/automations/plant_locator.py +++ b/field_friend/automations/plant_locator.py @@ -164,9 +164,6 @@ def settings_ui(self) -> None: ui.select(options, label='Autoupload', on_change=self.request_backup) \ .bind_value(self, 'autoupload') \ .classes('w-24').tooltip('Set the autoupload for the weeding automation') - if isinstance(self.detector, rosys.vision.DetectorHardware): - ui.checkbox('Upload images', on_change=self.request_backup).bind_value(self, 'upload_images') \ - .on('click', lambda: self.set_outbox_mode(value=self.upload_images, port=self.detector.port)) @ui.refreshable def chips():