mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-20 21:48:58 -04:00
Updated drop-down menu colors
This commit is contained in:
parent
bc2e524ec9
commit
58751bb0e5
4 changed files with 15 additions and 0 deletions
|
@ -679,6 +679,7 @@ class Messages():
|
|||
elevation=0,
|
||||
radius=dp(3),
|
||||
)
|
||||
item.dmenu.md_bg_color = self.app.color_hover
|
||||
item.dmenu.retry_item = retry_item
|
||||
|
||||
def callback_factory(ref):
|
||||
|
@ -730,6 +731,7 @@ MDScreen:
|
|||
[['menu', lambda x: root.app.nav_drawer.set_state("open")],]
|
||||
right_action_items:
|
||||
[
|
||||
['attachment-plus', lambda x: root.app.message_attachment_action(self)],
|
||||
['map-marker-path', lambda x: root.app.peer_show_telemetry_action(self)],
|
||||
['map-search', lambda x: root.app.peer_show_location_action(self)],
|
||||
['lan-connect', lambda x: root.app.message_propagation_action(self)],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue