Skip to content

Commit

Permalink
delete image upload checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBaecker committed Aug 30, 2024
1 parent f409de5 commit 8490030
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions field_friend/automations/plant_locator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 8490030

Please sign in to comment.