mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-02 03:26:25 -04:00
Added own location button to map screen
This commit is contained in:
parent
b12860f7d7
commit
5413db18d2
2 changed files with 22 additions and 1 deletions
|
@ -1013,7 +1013,7 @@ MDScreen:
|
|||
orientation: "vertical"
|
||||
|
||||
MDTopAppBar:
|
||||
title: "Situation Map"
|
||||
title: "Map"
|
||||
anchor_title: "left"
|
||||
elevation: 0
|
||||
left_action_items:
|
||||
|
@ -1025,6 +1025,7 @@ MDScreen:
|
|||
['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)],
|
||||
['crosshairs-gps', lambda x: root.app.map_own_location_action(self)],
|
||||
['close', lambda x: root.app.close_any_action(self)],
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue