Added telemtry buttons to map screen

This commit is contained in:
Mark Qvist 2023-11-08 00:19:37 +01:00
parent 1db3133f0d
commit 7c2ec3ea04

View File

@ -1021,8 +1021,8 @@ MDScreen:
right_action_items: right_action_items:
[ [
#['format-list-bulleted-type', lambda x: root.app.map_object_list(self)], # Object List #['format-list-bulleted-type', lambda x: root.app.map_object_list(self)], # Object List
#['arrow-down-bold-hexagon-outline', lambda x: root.app.telemetry_request_action(self)], # Download telemetry ['arrow-down-bold-hexagon-outline', lambda x: root.app.telemetry_request_action(self)], # Download telemetry
#['upload-lock', lambda x: root.app.telemetry_send_update(self)], # Send telemetry update ['upload-lock', lambda x: root.app.telemetry_send_update(self)], # Send telemetry update
['layers', lambda x: root.app.map_layers_action(self)], ['layers', lambda x: root.app.map_layers_action(self)],
['wrench-cog', lambda x: root.app.map_settings_action(self)], ['wrench-cog', lambda x: root.app.map_settings_action(self)],
['close', lambda x: root.app.close_any_action(self)], ['close', lambda x: root.app.close_any_action(self)],