mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-21 21:10:36 +01:00
Added telemtry buttons to map screen
This commit is contained in:
parent
1db3133f0d
commit
7c2ec3ea04
@ -1021,8 +1021,8 @@ MDScreen:
|
||||
right_action_items:
|
||||
[
|
||||
#['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
|
||||
#['upload-lock', lambda x: root.app.telemetry_send_update(self)], # Send telemetry update
|
||||
['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
|
||||
['layers', lambda x: root.app.map_layers_action(self)],
|
||||
['wrench-cog', lambda x: root.app.map_settings_action(self)],
|
||||
['close', lambda x: root.app.close_any_action(self)],
|
||||
|
Loading…
Reference in New Issue
Block a user