mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-20 21:48:58 -04:00
Cleanup
This commit is contained in:
parent
aa99ef058a
commit
a0f1f5774a
1 changed files with 4 additions and 4 deletions
|
@ -989,11 +989,11 @@ MDScreen:
|
||||||
[['menu', lambda x: root.app.nav_drawer.set_state("open")]]
|
[['menu', lambda x: root.app.nav_drawer.set_state("open")]]
|
||||||
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
|
||||||
['wrench-cog', lambda x: root.app.map_settings_action(self)],
|
|
||||||
['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)],
|
||||||
['close', lambda x: root.app.close_any_action(self)],
|
['close', lambda x: root.app.close_any_action(self)],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue