mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-05 07:55:07 -04:00
Added ability to cancel outbound messages
This commit is contained in:
parent
60591d3f0d
commit
4dfd423915
3 changed files with 84 additions and 6 deletions
|
@ -20,11 +20,13 @@ color_delivered = "Blue"
|
|||
color_paper = "Indigo"
|
||||
color_propagated = "Indigo"
|
||||
color_failed = "Red"
|
||||
color_cancelled = "Red"
|
||||
color_unknown = "Gray"
|
||||
intensity_msgs_dark = "800"
|
||||
intensity_msgs_light = "500"
|
||||
intensity_play_dark = "600"
|
||||
intensity_play_light = "300"
|
||||
intensity_cancelled = "900"
|
||||
|
||||
|
||||
intensity_msgs_dark_alt = "800"
|
||||
|
@ -38,6 +40,7 @@ color_paper_alt = "DeepPurple"
|
|||
color_playing_alt = "Amber"
|
||||
color_failed_alt = "Red"
|
||||
color_unknown_alt = "Gray"
|
||||
color_cancelled_alt = "Red"
|
||||
|
||||
class ContentNavigationDrawer(Screen):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue